parse_args parses command line options using an OptionParser instance for guidance.parse_args(object, args = commandArgs(TRUE), print_help_and_exit=TRUE)OptionParser instance.parse_args should call print_help to print out a usage message and exit the program. Default is TRUE.optparse library, which this package is based on,
is described here: OptionParser
print_help
OptionParser