export_all_data | R Documentation |
Export a dataset we are directly reading.
export_all_data(target_year, path_data = "./")
target_year |
year for which we want to export the data |
path_data |
where does the download happen: default current directory |
NIL. Exports the data using the helper function export_named_df.
assumes that file is at "./$target_year.q1_q4.singlefile.csv". This is the expected path and file name when the csv file is extracted from the zip file with no renaming.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.