Description Usage Arguments Value Examples
Downloads a single file from <https://www.sec.gov/files/dera/data/financial-statement-data-sets/>.
1 2 | download_single_zip_file(year_in, quarter_in,
cache_folder = "GetEdgarData-cache")
|
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 |
TRUE, if sucessful
1 2 3 4 5 6 | ## Not run:
flag <- download_single_zip_file(year_in = 2018,
quarter_in = 'Q1',
cache_folder = 'GetEdgarData-cache')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.