parseArgumentString | R Documentation |
Internal helper to produce an argument list and a function call usable by do.call
after reading metadata with
show.indices
or show.measures
.
parseArgumentString(arg.list, code, dates)
arg.list |
A list of arguments in the form key=value |
code |
Character string indicating the code of the target index or measure |
dates |
Optional dates vector (depends of the selected index/measure) |
The function is internally used by valueIndex1D
and valueMeasure1D
A list with two items: fun
, containing the name of the validation function and arg.list
, a complete list of arguments in the form key=value.
J Bedia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.