opt_get_path {optigrab}R Documentation

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

  optigrab:::opt_get_path()
  

[Package optigrab version 0.9.2.1 Index]