get_single_raw_table: Imports a single table from unzipped file

Description Usage Arguments Value Examples

View source: R/fcts-tables.R

Description

After unzipping the file from Edgar, this function will read a particular type of table (num, sub or pre).

Usage

1
get_single_raw_table(path_to_files = tempdir(), type_table, cache_folder)

Arguments

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

Value

A dataframe with the requested data

Examples

1
2
3
4
5
6
## Not run: 
df <- get_single_raw_table(path_to_files = tempdir(),
                           'num',
                           'GetEdgar-Cache')

## End(Not run)

msperlin/GetEdgarData documentation built on Jan. 21, 2021, 9:14 a.m.