Learn R Programming

optigrab (version 0.9.2.1)

opt_get_path: Get path current running script

Description

Get path current running script

Usage

opt_get_path(opts = commandArgs(), full.name = FALSE)

Arguments

opts

character; cector from which to parse options (default: commandArgs() )

full.name

boolean; expand to full path(?) This function is deprecated, use this_file instead.

Value

character; path to Rscript or NA if there isn't one.

References

http://stackoverflow.com/questions/1815606/rscript-determine-path-of-the-executing-script

See Also

Examples

Run this code
# NOT RUN {
  optigrab:::opt_get_path()
  
# }

Run the code above in your browser using DataLab