powered by
First class of each element in a recursive object
class1List(x)
Function class1List returns a list of character elements. Each element is a collection of the names of the elements of each specific class.
a recursive object, e.g., data.frame or list
class1List(esoph) class1List(lm(Ozone ~ Wind + Temp, data = airquality))
Run the code above in your browser using DataLab