GetOptions {GetoptLong} | R Documentation |
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 |
envir |
User's enrivonment where |
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
# There is no example
NULL
[Package GetoptLong version 1.0.5 Index]