generate_args_setup_script {scriptexec} | R Documentation |
Generates and returns a script which sets up the env vars for the script arguments
generate_args_setup_script(args = character())
args |
Optional script command line arguments |
The script text which sets up the env vars for the script arguments
script <- generate_args_setup_script(args = c('first', 'second'))