Skip to contents

This function simplifies the process of creating backups snapshots of GHO data and saving these to the WHDH data lake.

Usage

save_gho_backup_to_whdh(df, billion, ind_code, silent = FALSE)

Arguments

df

The response from the GHO API, typically the result of calling ghost::gho_data().

billion

The billion to which the indicator belongs

ind_code

The GPW13 code for the indicator

silent

Passed to whdh::upload_to_data_lake(). Determines if upload messages and progress bar are shown

Value

The original data frame

Details

It returns the input data frame, without any changes.