This help topic is for R version 1.6.1. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/namespace.html
namespace {base}R Documentation

Name Spaces

Description

Name Space Support Functions.

Usage

pkg::name

Arguments

pgk

package name symbol or string literal.

name

variable name symbol or string literal.

Details

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.

Examples

base::log
base::"+"

[Package base version 1.6.1 ]