stattran.control
Import / Export Options for stattran Package
Description
Creates a list of options to use with importData and exportData.
Usage
stattran.control(...)
Arguments
... |
pairs of character strings in a comma-separated list
of the form name = value.
The name must be one of the values listed in the Name column of
the stattranOptionValues data set.
|
Details
The data frame stattranOptionValues contains the names and default
values for the options.
The option names are exactly what the StatTransfer library (code) use.
Many of them contain - in the name so they must be quoted when
used as a stattran.control argument.
Value
returns a list. The list is composed of name / value pairs. The name
is the name of each value, and the value is the component.
Each component in the list is a character vector of length 1.
References
See Also
Examples
stattran.control("date-fmt-write" = "%Y/%m/%d",
"datetime-fmt-write" = "%Y/%m/%d %0H.:%0M:%0S")