Learn R Programming

GetoptLong (version 1.0.5)

source_script: Source the R script with command-line arguments

Description

Source the R script with command-line arguments

Usage

source_script(file, ..., argv_str = NULL)

Arguments

file

The R script

...

Pass to source.

argv_str

The command-line arguments.

Examples

Run this code
# NOT RUN {
# There is no example
NULL

# }

Run the code above in your browser using DataLab