class1List {DemographicTable}R Documentation

class1List

Description

The first class of each columns in a recursive object

Usage

class1List(x)

Arguments

x

a data.frame or list

Value

class1List returns a list of the first class of each element of the input.

Examples

class1List(esoph)
class1List(lm(Ozone ~ Wind + Temp, data = airquality))


[Package DemographicTable version 0.1.6 Index]