gcat
From R.utils v1.23.2
by Henrik Bengtsson
Parses, evaluates and outputs a GString
Parses, evaluates and outputs a GString.
Usage
## S3 method for class 'default':
gcat(..., file="", append=FALSE, envir=parent.frame())
Arguments
- ...
character
strings passed togstring
().- file
- A
connection
, or a pathname where to direct the output. If""
, the output is sent to the standard output. - append
- Only applied if
file
specifies a pathname; IfTRUE
, then the output is appended to the file, otherwise the files content is overwritten. - envir
- The
environment
in which theGString
is evaluated.
Value
- Returns (invisibly) a
character
string.
See Also
gstring
().
Community examples
Looks like there are no examples yet.