gcat {R.utils} | R Documentation |
Parses, evaluates and outputs a GString
Description
Parses, evaluates and outputs a GString.
Usage
## Default S3 method:
gcat(..., file="", append=FALSE, envir=parent.frame())
Arguments
... |
|
file |
A |
append |
Only applied if |
envir |
The |
Value
Returns (invisibly) a character
string.
Author(s)
Henrik Bengtsson
See Also
gstring
().
[Package R.utils version 2.12.3 Index]