View source: R/Globals-class.R
Globals | R Documentation |
A representation of a set of globals
Globals(object, ...)
object |
A named list. |
... |
Not used. |
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.
The globalsOf()
function identifies globals
from an R expression and returns a Globals object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.