Learn R Programming

DemographicTable (version 0.1.8)

class1List: First Class of Each Element in a Recursive Object

Description

First class of each element in a recursive object

Usage

class1List(x)

Value

Function class1List returns a list of character elements. Each element is a collection of the names of the elements of each specific class.

Arguments

x

a recursive object, e.g., data.frame or list

Examples

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

Run the code above in your browser using DataLab