save_gho_backup_to_whdh | R Documentation |
This function simplifies the process of creating backups snapshots of GHO data and saving these to the WHDH data lake.
save_gho_backup_to_whdh(df, billion, ind_code, silent = FALSE)
df |
The response from the GHO API, typically the result of calling
|
billion |
The billion to which the indicator belongs |
ind_code |
The GPW13 code for the indicator |
silent |
Passed to |
It returns the input data frame, without any changes.
The original data frame
Wrangle data functions
add_missing_xmart_rows()
,
get_data_lake_name()
,
get_whdh_path()
,
has_xmart_cols()
,
save_wrangled_output()
,
wrangle_gho_data()
,
wrangle_gho_rural_urban_data()
,
wrangle_unsd_data()
,
xmart_col_types()
,
xmart_cols()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.