Learn R Programming

⚠️There's a newer version (1.0.5) of this package.Take me there.

GetoptLong (version 0.1.7)

Parsing Command-Line Arguments and Variable Interpolation

Description

This is yet another command-line argument parser which wraps the powerful Perl module Getopt::Long and with some adaptation for easier use in R. It also provides a simple way for variable interpolation in R.

Copy Link

Version

Install

install.packages('GetoptLong')

Monthly Downloads

19,659

Version

0.1.7

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

June 10th, 2018

Functions in GetoptLong (0.1.7)

get_scriptdir

Directory of current script
get_scriptname

File name of current script
GetoptLong

Wrapper of the Perl module Getopt::Long in R
qqcat

Print a string which has been intepolated with variables
qq

Simple variable interpolation in texts
qq.options

Global options for qq() related functions
GetOptions

Wrapper of the Perl module Getopt::Long in R
GetoptLong.options

Global options for GetoptLong()