create_data_types {vvauditor} | R Documentation |
Create data types tibble
Description
This function returns a data types tibble. Containing type information about the dataset.
Usage
create_data_types(data, mapping)
Arguments
data |
A dataframe for which to create a data types csv. |
mapping |
A dataframe containing a mapping named vector, containing preferred fieldnames Example: column_names <- c( mpg = "mpg", cyl = "cyl", disp = "disp", hp = "hp", drat = "drat", wt = "wt", qsec = "qsec", vs = "vs", am = "am", gear = "gear", carb = "carb", spare_tire = "spare_tire" ) |
Value
Tibble containing data_types
[Package vvauditor version 0.7.0 Index]