setFormat | R Documentation |
Any table makes some assumptions about the data, but they are mostly not explicitly recorded in the commonly available table format. This concerns, for example, the symbol(s) that signal "not available" values or the symbol that is used as decimal sign.
setFormat( schema = NULL, decimal = NULL, thousand = NULL, na_values = NULL, flags = NULL )
schema |
[ |
decimal |
[ |
thousand |
[ |
na_values |
[ |
flags |
[ |
Please also take a look at the currently suggested strategy to set up a schema description.
An object of class schema
.
Other functions to describe table arrangement:
setCluster()
,
setFilter()
,
setGroups()
,
setIDVar()
,
setObsVar()
# please check the vignette for examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.