ns-dblcolon {base} | R Documentation |
Accessing exported variables in a name space.
pkg::name
pkg |
package name symbol or string literal. |
name |
variable name symbol or string literal. |
The expression pkg::name
returns the value of the exported
variable name
in package pkg
if the package has a name
space. The package will be loaded if it was not loaded already
before the call. Assignment into name spaces is not supported.
base::log
base::"+"