class1List {DemographicTable} | R Documentation |
First class of each element in a recursive object
class1List(x)
x |
a recursive object, e.g., data.frame or list |
Function class1List returns a list of character elements. Each element is a collection of the names of the elements of each specific class.
class1List(esoph)
class1List(lm(Ozone ~ Wind + Temp, data = airquality))