parse_final_table: Parses final table from zip file

Description Usage Arguments Value Examples

View source: R/fcts-tables.R

Description

Parses final table from zip file

Usage

1
parse_final_table(df_num, df_sub, type_data, year_in)

Arguments

df_num

Dataframe with numerical data

df_sub

Dataframe with sub table

type_data

Type of dataset ('yearly' or 'quarterly')

year_in

The year

Value

A dataframe with the final data

Examples

1
2
3
4
## Not run: 
df_final <- parse_final_table(df_num, df_sub, 'quarterly', 2018)

## End(Not run)

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