View source: R/utils_wrangling.R
add_missing_xmart_rows | R Documentation |
Compares the rows in a given data frame to the existing xMart data. If the data frame
is missing any combinations of c(iso3, ind, year)
found in xMart, it appends
these rows to the data frame,with NA values for value, upper, lower, source, type
and other_detail
.
add_missing_xmart_rows(df, billion, ind_code, projected)
df |
data frame |
billion |
the Billion that the indicator belongs to |
ind_code |
the GPW13 code for the indicator(s) |
projected |
boolean value indicating where the indicator has already been projected by the technical programme |
a data frame
Wrangle data functions
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()
,
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.