View source: R/write_hpop_timeseries.R
write_hpop_timeseries_sheet | R Documentation |
export_hpop_country_summary_xls
Export a country-specific for HPOP billion.
write_hpop_timeseries_sheet( df, wb, sheet_name, start_row, start_col, value_col, ind_df, end_year )
df |
data frame to be written |
wb |
a |
sheet_name |
character name of the sheet to update |
start_row |
integer start row of styling. Passed to |
start_col |
integer start col of styling. Passed to |
value_col |
Column name of column with indicator values. |
ind_df |
data frame containing information on indicators |
end_year |
End year(s) for contribution calculation, defaults to 2019 to 2025. |
openxslx
Workbook object. Output file is in output_folder
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.