class1List {DemographicTable} | R Documentation |
The first class of each columns in a recursive object
class1List(x)
x |
a data.frame or list |
class1List returns a list of the first class of each element of the input.
class1List(esoph)
class1List(lm(Ozone ~ Wind + Temp, data = airquality))