View source: R/utils_wrangling.R
has_xmart_cols | R Documentation |
Tests to see if the given data frame has all the columns required by the Triple Billions xMart4 tables.The test does not take column order into consideration (e.g., a,b,c and c,a,b will both pass)
has_xmart_cols(df)
df |
data.frame |
bool
Wrangle data functions
add_missing_xmart_rows()
,
get_data_lake_name()
,
get_whdh_path()
,
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.