getVariableNames | R Documentation |
Extracts the variable names of the respective slots in form of a character vector.
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
)
object |
Any object for whose class a method has been defined. |
Character vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.