setObsVar | R Documentation |
Observed variables are those variables that contain the (quantitative)
observed/measured values of each unique unit (as described by the
identifying variables
). There may be several of them
and in a tidy table they'd be recorded as separate columns.
setObsVar( schema = NULL, name = NULL, columns = NULL, top = NULL, distinct = FALSE, unit = NULL, factor = 1, key = NULL, value = NULL )
schema |
[ |
name |
[ |
columns |
[ |
top |
[ |
distinct |
[ |
unit |
[ |
factor |
[ |
key |
[ |
value |
[ |
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()
,
setIDVar()
# please check the vignette for examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.