setCluster | R Documentation |
There is hardly any limit to how data can be arranged in a spreadsheet, apart
from the apparent organisation into a lattice of cells. However, it is often
the case that data are gathered into topologically coherent chunks. Those
chunks are what is called 'cluster' in tabshiftr
.
setCluster( schema = NULL, id = NULL, group = NULL, member = NULL, left = NULL, top = NULL, width = NULL, height = NULL )
schema |
[ |
id |
[ |
group |
[ |
member |
[ |
left |
[ |
top |
[ |
width |
[ |
height |
[ |
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:
setFilter()
,
setFormat()
,
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.