getStatVariableNames: Obtain numeric variables of cell data

View source: R/get-family.R

getStatVariableNamesR Documentation

Obtain numeric variables of cell data

Description

Convenient access to the names of your objects data variables. Useful to obtain vectors of variable names as input for recurring arguments like variables.

Usage

getStatVariableNames(object, ...)

getTrackVariableNames(object, ...)

Arguments

object

A valid cypro object.

...

Additional selection helpers from the tidyselect package that match variable names according to a given pattern.

Value

A character vector.

See Also

starts_with(), ends_with(), contains(), matches()


theMILOlab/cypro documentation built on April 5, 2022, 2:03 a.m.