colID {handyplots}R Documentation

Column ID

Description

A quick way to see the name and class of every colum of a data frame

Usage

colID(df)

Arguments

df

A data frame you wish to look at

Value

Returns a data frame where column 1 is the names of the columns of the original data frame, and column 2 is the class of the column of the original data frame.

Author(s)

Jonathan Schwartz

See Also

data.frame, class, colnames

Examples

colID(iris)

[Package handyplots version 1.1.3 Index]