run | R Documentation |
Run an R script, in the context of a project using renv. The script will be run within an R sub-process.
run(script, ..., job = NULL, name = NULL, args = NULL, project = NULL)
script |
The path to an R script. |
... |
Unused arguments, reserved for future expansion. If any arguments
are matched to |
job |
Run the requested script as an RStudio job? Requires a recent
version of both RStudio and the rstudioapi packages. When |
name |
The name to associate with the job, for scripts run as a job. |
args |
description A character vector of command line arguments to be
passed to the launched job. These parameters can be accessed via
|
project |
The path to the renv project. This project will be loaded
before the requested script is executed. When |
The project directory, invisibly. Note that this function is normally called for its side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.