nn: Get names and class of all columns in a data frame

View source: R/utils-tables.R

nnR Documentation

Get names and class of all columns in a data frame

Description

Get names and class of all columns in a data frame in a friendly format.

Usage

nn(df)

Arguments

df

A data.frame.

Value

A data.frame with index and class.

Author(s)

Stephen Turner

Examples

nn(iris)


Tmisc documentation built on Aug. 23, 2023, 1:07 a.m.