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

Description Usage Arguments Details Author(s) Examples

View source: R/get_options.R

Description

Wrapper of the Perl module Getopt::Long in R

Usage

1

Arguments

...

Pass to GetoptLong.

envir

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

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.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
# There is no example
NULL

GetoptLong documentation built on Jan. 8, 2021, 2:29 a.m.