.expand_R_libs_env_var
Format TIBCO Enterprise Runtime for R version and system information
Description
Insert TIBCO Enterprise Runtime for R version and system information into template strings.
Usage
.expand_R_libs_env_var(x)
Arguments
x |
a character string containing characters preceded by %
(like %v, %p, and so on).
|
Details
.expand_R_libs_env_var() replaces certain
percent codes with TIBCO Enterprise Runtime for R and system information.
The following information is available:
- TIBCO Enterprise Runtime for R version("%V")
- TIBCO Enterprise Runtime for R major version("%v")
- platform("%p")
- architecture("%a")
- OS("%o")
Value
.expand_R_libs_env_var() | returns the TIBCO Enterprise Runtime for R version
and system information. |
Examples
.expand_R_libs_env_var("Version %V")
.expand_R_libs_env_var(c("Architecture %a", "Operating System %o"))