rcmd_copycat {callr} | R Documentation |
This function is similar to rcmd()
, but it has slightly different
defaults:
The repos
options is unchanged.
No extra environment variables are defined.
rcmd_copycat(cmd, cmdargs = character(), libpath = .libPaths(), repos = getOption("repos"), env = character(), ...)
cmd |
Command to run. See |
cmdargs |
Command line arguments. |
libpath |
The library path. |
repos |
The repos option. If |
env |
Environment variables to set for the child process. |
... |
Additional arguments are passed to |
Other R CMD commands: rcmd_bg
,
rcmd