create_field_info {vvauditor} | R Documentation |
Create field info
Description
This function returns a dataframe containing field info information about the dataset
Usage
create_field_info(
data,
raw_data_path = NULL,
broker = NULL,
product = NULL,
public_dataset = NULL
)
Arguments
data |
A dataframe for which to create a field info csv. |
raw_data_path |
A string containing the original location of the original raw file |
broker |
The name of of the organisation or person that distributes the dataset |
product |
The name of the product where this dataset is used in |
public_dataset |
Boolean containing whether the dataset is publicly available is_primary_key Is_primary_key is variable that can be manually set to TRUE if the dataset contains a primary key. |
Value
Dataframe containing subset info
[Package vvauditor version 0.7.0 Index]