Generates the Java object for data formats
Usage
.obs_format(
locale = NULL,
dateFmt = NULL,
numberFmt = NULL,
ignoreNumberGrouping = TRUE
)
Arguments
- locale
Locale language. Null to use the default
- dateFmt
Format of the date. Null to use the default of the locale
- numberFmt
Format of the number. Null to use the default of the locale
- ignoreNumberGrouping
Ignore number grouping
Value
An internal Java object.
Examples
.obs_format(local="french-be")
#> [1] "Java-Object{french_BE ~ ~ ~ ignore-grouping}"