getFactorNames: get the names of variables that are factors

View source: R/wald.R

getFactorNamesR Documentation

get the names of variables that are factors

Description

get the names of variables that are factors

Usage

getFactorNames(object, ...)

## S3 method for class 'data.frame'
getFactorNames(object, ...)

## Default S3 method:
getFactorNames(object, ...)

Arguments

object

a data frame or object with a getData method that produces a data frame or a list

...

other orguments (currently not used)

Methods (by class)

  • getFactorNames(data.frame): Get factor names

  • getFactorNames(default): Get factor names in a data frame


gmonette/spida2 documentation built on Aug. 20, 2023, 7:21 p.m.