getSamples | R Documentation |
Get samples with certain metadata characteristics from a dataset
getSamples(dataset = NULL, id_cols = NULL, complete = NULL, filter = NULL)
dataset |
MicroVis dataset. Defaults to the active dataset |
id_cols |
Vector of names of metadata columns that uniquely identify subjects |
complete |
Get samples with all instances (complete cases) of this variable in the metadata |
filter |
Vector of names of metadata columns that each subject must have all of |
Data table with just the samples identifiedy by "id_cols" that have all the values in filter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.