opt_get_path {optigrab} | R Documentation |
Get path current running script
opt_get_path(opts = commandArgs(), full.name = FALSE)
opts |
character; cector from which to parse options
(default: |
full.name |
boolean; expand to full path(?) This function is deprecated, use |
character; path to Rscript or NA
if there isn't one.
http://stackoverflow.com/questions/1815606/rscript-determine-path-of-the-executing-script
optigrab:::opt_get_path()