setIDVar | R Documentation |
Identifying variables are those variables that describe the (qualitative)
properties that make each observation (as described by the
observed variables
) unique.
setIDVar( schema = NULL, name = NULL, value = NULL, columns = NULL, rows = NULL, split = NULL, merge = NULL, distinct = FALSE )
schema |
[ |
name |
[ |
value |
[ |
columns |
[ |
rows |
[ |
split |
[ |
merge |
[ |
distinct |
[ |
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()
,
setFormat()
,
setGroups()
,
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.