scriptexec (version 0.3.1)

generate_args_setup_script: Generates and returns a script which sets up the env vars for the script arguments

Description

Generates and returns a script which sets up the env vars for the script arguments

Usage

generate_args_setup_script(args = character())

Arguments

args

Optional script command line arguments

Value

The script text which sets up the env vars for the script arguments

Examples

Run this code
# NOT RUN {
script <- generate_args_setup_script(args = c('first', 'second'))
# }

Run the code above in your browser using DataCamp Workspace