View source: R/create_field_info.R
| create_field_info | R Documentation |
This function returns a dataframe containing field info information about the dataset
create_field_info(
data,
raw_data_path = NULL,
broker = NULL,
product = NULL,
public_dataset = NULL
)
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. |
Dataframe containing subset info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.