class1List {DemographicTable} | R Documentation |
First Class of Each Element in a Recursive Object
Description
First class of each element in a recursive object
Usage
class1List(x)
Arguments
x |
a recursive object, e.g., data.frame or list |
Value
Function class1List returns a list of character elements. Each element is a collection of the names of the elements of each specific class.
Examples
class1List(esoph)
class1List(lm(Ozone ~ Wind + Temp, data = airquality))
[Package DemographicTable version 0.1.8 Index]