Description Usage Arguments Value Examples
After downloading the file, this function will read its contents and organize it in a dataframe.
1 2 | dl_and_read_single_zip_file(type_data, year_in, quarter_in, cache_folder,
do_cache)
|
type_data |
Type of dataset ('yearly' or 'quarterly') |
year_in |
The year |
quarter_in |
The quarter (e.g. 'Q1') |
cache_folder |
Path of cache folder to save all memoise files and downloaded zip files |
do_cache |
Use memoise cache system? TRUE (default) or FALSE |
A dataframe with the clean data from zip file
1 2 3 4 5 6 7 8 9 | ## Not run:
df <- dl_and_read_single_zip_file(type_data = 'yearly',
year_in = 2018,
quarter_in = 'Q1',
cache_folder = 'GetEdgarData-cache',
do_cache = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.