validateRefData | R Documentation |
The refdata object is required in matchAppServer
.
For now, this calls an internal function to check that whatever is used
as refdata contains numeric/factor-encoded attributes only,
except for the fields given by customdata and subsetv.
validateRefData(dataset, customdata = "Cohort", subsetv = NULL)
dataset |
A 'data.table'. |
customdata |
Attribute column name, defaults to "Cohort". This should be changed if matching on something else, e.g. "Sites". |
subsetv |
Optional, the name of the column storing subset attribute for subsetted matching. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.