compile_dictionary: Compile a data dictionary for a data frame

Description Usage Arguments Value Examples

View source: R/typing_functions.R

Description

Compiles a data dictionary for a data frame input

Usage

1
compile_dictionary(dataset, name = "Data_Dictionary.csv", path = "./")

Arguments

dataset

The dataframe to generate the dictionary

name

The filename for the dictionary

path

The filepath to locate the dictionary

Value

dict.temp The dictionary dataframe (Note: Not returned, the function will save the csv dictionary to the desired path)

Examples

1
my.dictionary <- websteR::compile_dictionary(iris)

DannyGsGit/websteR documentation built on May 6, 2019, 1:36 p.m.