access {variables}R Documentation

Accessor Functions

Description

Access properties of variable objects

Usage

## S3 method for class 'var'
variable.names(object, ...)
desc(object)
unit(object)
support(object)
bounds(object)
is.bounded(object)

Arguments

object

a variable object

...

additional arguments, currently not used

Details

These generics have corresponding methods for factor_var, ordered_var and numeric_var objects as well as for vars collections of those.


[Package variables version 1.1-1 Index]