getVariableNames: Obtain variable names

getVariableNamesR Documentation

Obtain variable names

Description

Extracts the variable names of the respective slots in form of a character vector.

Usage

getVariableNames(object, ...)

## S4 method for signature 'AnalysisAspect'
getVariableNames(
  object,
  types = c("key", "numeric", "grouping", "logical", "meta"),
  unname = FALSE
)

## S4 method for signature 'Analysis'
getVariableNames(
  object,
  types = c("key", "numeric", "grouping", "logical", "meta"),
  unname = FALSE
)

Arguments

object

Any object for whose class a method has been defined.

Value

Character vector.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.