dfTech: Constructing data-level documentation

Description Usage Arguments Details Value Methods See Also Examples

Description

This is a generic function for creating objects of class dfTech containing data-level information.

Usage

1
dfTech(object, ...)

Arguments

object

R\ object, see Details and Methods

...

other arguments passed to/from other methods

Details

This function is a constructor for objects of class dfTech. These objects contain data level information that is usually printed in the begining of a codebook. See the description of the class for available slots.

Value

Object of class dfTech.

Methods

object = "data.frame"

The method assembles the object by computing basic data-level information. This includes the number of cases, number of variables, number of complete cases, and the size of the data object in bytes (as in R workspace).

See Also

Description of class dfTech

Examples

1
2
3
d <- data.frame(x=1:5, y=letters[1:5])
o <- dfTech(d)
o

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