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
.
Arguments
- 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
See also
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()