wrangle_unsd_data | R Documentation |
wrangle_unsd_data()
takes data returned from the UNSD API, which should
be obtained using [goalie::sdg_data()]https://gpw13.github.io/goalie/reference/sdg_data.html, and transforms it into data that is
ready to be put into the xMart database and used within the billionaiRe
package. Currently, providing source and type inputs these values into the
entire data frame, so does not work if multiple indicators have been loaded
into the SDG data frame. As well, the UNSD series code is kept in the data
frame until indicators_df
contains UNSD codes and can convert between the
two.
wrangle_unsd_data(df, source = NULL, type = NULL, scenario = NULL)
df |
A data frame in UNSD format, returned from [goalie::sdg_data()]https://gpw13.github.io/goalie/reference/sdg_data.html. |
source |
Character string of source to be provided to the data frame if
the source is not already available in the UNSD database. If |
type |
Character string of type to be provided to the data frame. If
|
scenario |
(Character) string of scenario to be provided to the data frame.
If |
A data frame.
Wrangle data functions
add_missing_xmart_rows()
,
get_data_lake_name()
,
get_whdh_path()
,
has_xmart_cols()
,
save_gho_backup_to_whdh()
,
save_wrangled_output()
,
wrangle_gho_data()
,
wrangle_gho_rural_urban_data()
,
xmart_col_types()
,
xmart_cols()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.