View source: R/prepare_and_export_data_csv.R
prepare_and_export_data_csv | R Documentation |
Prepare and export data to CSV files
prepare_and_export_data_csv( cases_deaths_folder = "data-raw/cases_deaths_example/", dest_folder, year_start = 2021, year_end = 2021, month_start = 1, month_end = 1 )
cases_deaths_folder |
Folder with cases and deaths files. |
dest_folder |
Destination folder for CSV files. |
year_start |
Start year. Numeric. For SIH data. |
year_end |
End year. Numeric. For SIH data. |
month_start |
Start month. Numeric. For SIH data. |
month_end |
End month. Numeric. For SIH data. |
A tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.