varTech-class: Object for technical variable summary

Description Objects from the Class Slots Extends Methods See Also Examples

Description

Objects of this class contain simple "technical" summary information of a variable.

Objects from the Class

Objects can be created by generic varTech.

Slots

varname:

character, name of the variable

varclass:

character, variable class, as returned by class

varmode:

character, storage mode of the variable as returned by mode

hasnames:

logical, does the object has names attribute defined

uvalues:

numeric, number of unique values

nas:

numeric, number of NAs

size:

numeric, size of the variable in bytes

Extends

Class "cdbkVar", directly. Class "cdbkObject", by class "cdbkVar", distance 2.

Methods

prettyMatrix

signature(object = "varTech"): ...

show

signature(object = "varTech"): ...

See Also

Constructor for this class varTech.

Examples

1
showClass("varTech")

mbojan/cdbk-old documentation built on Dec. 21, 2021, 3:56 p.m.