Globals: A representation of a set of globals

View source: R/Globals-class.R

GlobalsR Documentation

A representation of a set of globals

Description

A representation of a set of globals

Usage

Globals(object, ...)

Arguments

object

A named list.

...

Not used.

Value

An object of class Globals, which is a named list of the value of the globals, where the element names are the names of the globals. Attribute where is a named list of the same length and with the same names.

See Also

The globalsOf() function identifies globals from an R expression and returns a Globals object.


globals documentation built on Nov. 22, 2022, 1:10 a.m.

Related to Globals in globals...