View source: R/utl_new_dataset_setup.R
utl_new_dataset_setup | R Documentation |
Set up directories and sample files for creating a new dataset
utl_new_dataset_setup( dataset_info_yml_file_path = "src/01_data/00_dataset_yaml_files/fairfax_county_zip_codes_geo.yml", code_files = "R", overwrite = FALSE )
dataset_info_yml_file_path |
Yaml settings file for new dataset |
code_files |
Code file type preference. Currently only .R |
overwrite |
Overwrite existing directories and sample files |
new_dataset_setup(dataset_info_yml_file_path = "src/01_data/00_dataset_yaml_files/us_census_counties_geo_2010.yml", code_files = "R", overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.