Description Usage Arguments Value
This function saves a character string as an R script. By default, this
script gets stored in a temporary directory as a temporarily file.
This function returns the file path for the saved R script for later
use (e.g., via qsub
).
1 |
... |
Any number of character strings or R expressions to join together and save as an R script. |
file |
A character string. The file path, including directory, where to save the new script. Defaults to a temporary file name. |
preview |
A logical scalar. Toggles whether to preview the script
in the console before saving it. Defaults to |
The file path for the saved R script.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.