File: Globals.Rd

package info (click to toggle)
r-cran-globals 0.12.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 248 kB
  • sloc: sh: 14; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/Globals-class.R
\name{Globals}
\alias{Globals}
\alias{as.Globals}
\alias{as.Globals.Globals}
\alias{as.Globals.list}
\alias{[.Globals}
\alias{names}
\title{A representation of a set of globals}
\usage{
Globals(object, ...)
}
\arguments{
\item{object}{A named list.}

\item{\dots}{Not used.}
}
\value{
An object of class \code{Future}.
}
\description{
A representation of a set of globals
}
\seealso{
The \code{\link{globalsOf}()} function identifies globals
from an R expression and returns a Globals object.
}