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

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()