Function reference
-
callrcallr-package - Call R from R
-
r_copycat() - Run an R process that mimics the current R process
-
r_vanilla() - Run an R child process, with no configuration
-
r_bg() - Evaluate an expression in another R session, in the background
-
r_process - External R Process
-
r_process_options() - Create options for an r_process object
-
r_session - External R Session
-
r_session_options() - Create options for an r_session object
-
r_session_debug - Interactive debugging of persistent R sessions
-
rcmd()rcmd_safe() - Run an
R CMDcommand
-
rcmd_copycat() - Call and
R CMDcommand, while mimicking the current R session
-
rcmd_safe_env() rcmd_safe_envreturns a set of environment variables that are more appropriate forrcmd_safe(). It is exported to allow manipulating these variables (e.g. add an extra one), before passing them to thercmd()functions.
-
rcmd_bg() - Run an
R CMDcommand in the background
-
rcmd_process - External
R CMDProcess
-
rcmd_process_options() - Create options for an rcmd_process object
-
rscript() - Run an R script
-
rscript_process - External
Rscriptprocess
-
rscript_process_options() - Create options for an rscript_process object
-
default_repos() - Default value for the
reposoption in callr subprocesses
-
supported_archs() - Find supported sub-architectures for the current R installation
-
add_hook() - Add a user hook to be executed before launching an R subprocess