evaluate.GString
From R.utils v2.10.1
by Henrik Bengtsson
Parses and evaluates a GString
Parses and evaluates a GString.
Usage
# S3 method for GString
evaluate(object, envir=parent.frame(), ...)
Arguments
- envir
The
environment
in which theGString
is evaluated.- ...
Additional arguments passed to
*parse()
.
Value
Returns a character
string.
See Also
For more information see GString
.
Community examples
Looks like there are no examples yet.