optparse_numeric {W4MRUtils} | R Documentation |
optparse_numeric - define a command parameter as an numeric
Description
To be used with optparse_parameters
. This function tells
the provided parameter is to be parsed as an numeric.
Usage
optparse_numeric(help = "No documentation yet.", short = NULL, default = 0)
Arguments
help |
|
short |
|
default |
|
Author(s)
L.Pavot
See Also
Examples
str(optparse_parameters(
a_parameter = optparse_numeric(),
args = list("--a-parameter", "42.72")
))
[Package W4MRUtils version 1.0.0 Index]