powered by
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.
R6ClassGenerator
objname
a character, an object name
funct
a character, a function name
exists(objname): returns true if objname can be found in the Namespace
exists(objname)
get_signature(funct): return the signature of funct
get_signature(funct)
get_formals(funct): return the base::formals() of funct
get_formals(funct)
base::formals()