View source: R/check_file_runs.R
Function takes an R-script file as input and attempts to run the script in a new console R-session.
1 | check_file_runs(file, verbose = FALSE, line_selection = NULL)
|
file |
R-script file to be checked. |
verbose |
Print messages for checking progress? |
line_selection |
Select the lines to be run if only a subset to be used. Default is for all lines to be run, and user should be very careful with this option, as subsequent code execution may be affected by changes to prior code. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.