Skip to contents

getSampleID

Usage

getSampleID(list_var)

Arguments

list_var

A list of variables (already initialized)

Value

A sorted vector of sample IDs

Examples

getSampleID(init_variable())
#> Variable name should not contain digits, spaces, or special characters.
#> If any of these are present, they will be removed from the variable name.
#> [1] "myVariable1" "myVariable2"