Create options for an r_process object
Create options for an r_process object
r_process_options(...)
... |
Options to override, named arguments. |
A list of options.
r_process_options()
creates a set of options to initialize a new
object from the r_process
class. Its arguments must be named, the
names are used as option names. The options correspond to (some of)
the arguments of the r()
function. At least the func
option must be
specified, this is the R function to run in the background.
## List all options and their default values: r_process_options()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.