colID: Column ID

Description Usage Arguments Value Author(s) See Also Examples

View source: R/colID.R

Description

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

Usage

1

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

1

handyplots documentation built on May 2, 2019, 6:12 a.m.

Related to colID in handyplots...