| Namespace {languageserver} | R Documentation |
A Namespace is initialized with a package name and builds the list of
objects defined in the package namespace.
Namespace
An object of class R6ClassGenerator of length 24.
objnamea character, an object name
functa character, a function name
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