Description Usage Arguments Value Examples
Parses final table from zip file
1 | parse_final_table(df_num, df_sub, type_data, year_in)
|
df_num |
Dataframe with numerical data |
df_sub |
Dataframe with sub table |
type_data |
Type of dataset ('yearly' or 'quarterly') |
year_in |
The year |
A dataframe with the final data
1 2 3 4 | ## Not run:
df_final <- parse_final_table(df_num, df_sub, 'quarterly', 2018)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.