Description Usage Arguments Value Examples
After unzipping the file from Edgar, this function will read a particular type of table (num, sub or pre).
1 | get_single_raw_table(path_to_files = tempdir(), type_table, cache_folder)
|
path_to_files |
Path to the folder where zip file was decompressed |
type_table |
The type of table ('num', 'sub', 'pre') |
cache_folder |
Path of cache folder to save all memoise files and downloaded zip files |
A dataframe with the requested data
1 2 3 4 5 6 | ## Not run:
df <- get_single_raw_table(path_to_files = tempdir(),
'num',
'GetEdgar-Cache')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.