powered by
Generates and returns a script which sets up the env vars for the script execution.
generate_env_setup_script(env = character())
Optional character vector of name=value strings to set environment variables
The script text which sets up the env
# NOT RUN { script <- generate_env_setup_script(c('ENV_TEST=MYENV')) # }
Run the code above in your browser using DataLab