r-getopt 1.20.3 Command-line option processor for R

This package is designed to be used with Rscript to write shebang scripts that accept short and long options. Many users will prefer to use the packages optparse or argparse which add extra features like automatically generated help options and usage texts, support for default values, positional argument support, etc.