Execute command remotely
Usage
remote.execute.R(
script,
host = "localhost",
user = NA,
verbose = FALSE,
R = "R",
scratchdir = tempdir()
)Arguments
- script
the script to be invoked, as a list of commands.
- host
settings host list
- user
the username to use for remote login
- verbose
should the output be printed to the console
- R
Path to the R executable or binary file.
- scratchdir
Path to the scratch directory for temporary files during remote execution.