charlistopts {rsatscan} | R Documentation |
Change list version of paramaters into char vector
Description
Turns a list of options into a charvar of options
Usage
charlistopts(x)
Arguments
x |
A list. |
Details
The resulting charvar has values such as "name=value" where "name" was the named item of the list.
Value
A character vector
Not expected to be used directly.
[Package rsatscan version 1.0.8 Index]