"gstring"(..., file=NULL, path=NULL, envir=parent.frame())
character
strings.connection
from
with the strings are read.
If a file, the path
is prepended to the file, iff given.environment
in which the GString
is evaluated.character
vectors.character
string to separate the terms.character
string.
as.character |
|
Gets the processed character string. | |
evaluate |
Parses and evaluates a GString. |
gcat |
|
- | |
getBuiltinDate |
Gets the current date. |
getBuiltinDatetime |
|
Gets the current date and time. | |
getBuiltinHostname |
Gets the hostname of the system running R. |
getBuiltinOs |
|
Gets the operating system of the running machine. | |
getBuiltinPid |
Gets the process id of the current R session. |
getBuiltinRhome |
|
Gets the path where R is installed. | |
getBuiltinRversion |
Gets the current R version. |
getBuiltinTime |
|
Gets the current time. | |
getBuiltinUsername |
Gets the username of the user running R. |
getRaw |
|
Gets the unprocessed GString. | |
getVariableValue |
Gets a variable value given a name and attributes. |
gstring |
|
- | |
parse |
Parses a GString. |
print |
|
Prints the processed GString. |
gcat
().