getSamples: Get samples with certain metadata characteristics from a...

View source: R/samplesWith.R

getSamplesR Documentation

Get samples with certain metadata characteristics from a dataset

Description

Get samples with certain metadata characteristics from a dataset

Usage

getSamples(dataset = NULL, id_cols = NULL, complete = NULL, filter = NULL)

Arguments

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

Value

Data table with just the samples identifiedy by "id_cols" that have all the values in filter


microresearcher/MicroVis documentation built on Feb. 8, 2024, 10:59 a.m.