Description Usage Arguments Details Value Methods See Also Examples
This is a generic function for creating objects of class dfTech containing data-level information.
1 |
object |
R\ object, see Details and Methods |
... |
other arguments passed to/from other methods |
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.
Object of class dfTech.
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).
Description of class dfTech
1 2 3 | d <- data.frame(x=1:5, y=letters[1:5])
o <- dfTech(d)
o
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.