swh:1:snp:a4c99a50dc49f82b591f268001b320f8c3ca0041
Raw File
Tip revision: ce60f670aac0a708d3a9af5f0cf46a752d46ba8a authored by John M Chambers on 28 October 2020, 07:59:48 UTC
version 1.0-6.1
Tip revision: ce60f67
evalText.Rd
\name{evalText}
\alias{evalText}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{Turn a text string into an evaluated expression }
\description{
 Turns a text string into an evaluated expression.  See the "Computing with Text" chapter for why.
}
\usage{
evalText(text, where = .GlobalEnv)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{text}{ The string. }
  \item{where}{ The environment to use for the computation. }
}

\value{
  Whatever the expression evaluates to.
}

\examples{
##  See the chapter.

}
% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
\keyword{programming}

back to top