varTech: Variable summary: simple technical information

Description Usage Arguments Details Value Methods See Also Examples

Description

Creates a simple "technical" summary of the variable.

Usage

1
varTech(object, ...)

Arguments

object

vector, basic R\ classes are supported, see cdbkVector, and Methods below

...

other arguments, currently ignored

Details

This function produces object of class varTech which contains basic technical description of a variable. See the description of the class.

Value

Object of class varTech.

Methods

object = "cdbkVector"

The method computes the following information of the variable supplied in object:

  • vector class, as returned by class

  • vector mode, as returned by mode

  • whether vector has names attribute defined

  • number of unique values

  • number of NAs

  • size of the objects in bytes

See Also

Description of the class varTech

Examples

1
# TODO add examples

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