Description Usage Arguments Value Examples
Modifies the provided script text and ensures the script content is executed in the correct location.
| 1 2 | 
| script | The script text | 
| args | Optional script command line arguments | 
| env | Optional character vector of name=value strings to set environment variables | 
| print_commands | True if to print each command before invocation (not available for windows) | 
| is_windows_os | True if windows based OS, false for unix based OS | 
The modified script text
| 1 | script <- modify_script(script = 'echo test', args = c('first', 'second'), env = c('MYENV=MYENV'))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.