Learn R Programming

GetoptLong (version 1.1.0)

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

Description

Wrapper of the Perl module Getopt::Long in R

Usage

GetOptions(..., envir = parent.frame())

Arguments

...

Pass to GetoptLong.

envir

User's enrivonment where GetoptLong looks for default values and exports variables.

Author

Zuguang Gu <z.gu@dkfz.de>

Details

This function is the same as GetoptLong. It is just to make it consistent as the GetOptions() subroutine in Getopt::Long module in Perl.

Examples

Run this code
# There is no example
NULL

Run the code above in your browser using DataLab