data_dict: build an initial data dictionary for a dataframe

Description Usage Arguments Examples

View source: R/data_dict.R

Description

build an initial data dictionary for a dataframe

Usage

1

Arguments

df

dataframe whose columns you would like to list and class

Examples

1
2
3
df <- mtcars
dd <- data_dict(df)
dd

johnfrye/fryeR documentation built on Dec. 28, 2021, 6:20 p.m.