generate_args_setup_script {scriptexec}R Documentation

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

script <- generate_args_setup_script(args = c('first', 'second'))

[Package scriptexec version 0.3.1 Index]