namespace {base} | R Documentation |
Name Space Support Functions.
pkg::name
pgk |
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
.
Currently only the base name space is supported.
Assignment into name spaces is not supported.
base::log base::"+"