| runStudentScript | R Documentation |
Internal helper function that runs a student's R script in a separate process with its own environment to avoid contaminating the current session.
runStudentScript(script_path, suppress_warnings = TRUE)
script_path |
the full path to the student's R script |
suppress_warnings |
logical; if TRUE, warnings are suppressed |
The environment created by the script, or NULL if execution failed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.