View source: R/optparse_helper.R
optparse_character | R Documentation |
To be used with optparse_parameters
. This function tells
the provided parameter is to be parsed as a single string.
optparse_character(help = "No documentation yet.", short = NULL, default = 0)
help |
|
short |
|
default |
|
L.Pavot
optparse_parameters()
str(optparse_parameters(
a_parameter = optparse_character(),
args = list("--a-parameter", "42")
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.