.expand_R_libs_env_var
Format Spotfire Enterprise Runtime for R version and system information
Description
Insert Spotfire 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 Spotfire Enterprise Runtime for R and system information.
The following information is available:
-  Spotfire Enterprise Runtime for R version("%V")
-  Spotfire Enterprise Runtime for R major version("%v")
-  platform("%p")
-  architecture("%a")
-  OS("%o")
 
Value
| .expand_R_libs_env_var() | returns the Spotfire 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"))