types_df: Column names and types in a dataframe.

Description Usage Arguments Value Examples

Description

Given a dataframe, types_df returns a tibble with the column names and types.

Usage

1

Arguments

df

A dataframe.

Value

A tibble with the column names and types.

Examples

1
2
(mtcars %>%
   types_df())

curtisalexander/CRAmisc documentation built on May 14, 2019, 12:52 p.m.