Learn R Programming

languageserver (version 0.3.0)

Namespace: A data structure for package namespaces

Description

A Namespace is initialized with a package name and builds the list of objects defined in the package namespace.

Usage

Namespace

Arguments

Format

An object of class R6ClassGenerator of length 24.

Fields

objname

a character, an object name

funct

a character, a function name

Methods

  • exists(objname): returns true if objname can be found in the Namespace

  • get_signature(funct): return the signature of funct

  • get_formals(funct): return the base::formals() of funct