has_xmart_cols: Check data frame for xMart4 columns

View source: R/utils_wrangling.R

has_xmart_colsR Documentation

Check data frame for xMart4 columns

Description

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)

Usage

has_xmart_cols(df)

Arguments

df

data.frame

Value

bool

See Also

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()


gpw13/billionaiRe documentation built on Sept. 27, 2024, 10:05 p.m.