evaluate.GString
From R.utils v1.26.2
by Henrik Bengtsson
Parses and evaluates a GString
Parses and evaluates a GString.
Usage
## S3 method for class '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.