diff --git a/data-raw/vars_dict.csv b/data-raw/vars_dict.csv index 874fb63..084e9e6 100644 --- a/data-raw/vars_dict.csv +++ b/data-raw/vars_dict.csv @@ -501,3 +501,8 @@ qu_mlt_cd,card,card,meta_card_num,card_num,Card Number,meta,character,,, ,,ccao_is_active_exe_homeowner,ccao_is_active_exe_homeowner,is_active_exe_homeowner,Active Homeowner Exemption,ccao,logical,,, ,,ccao_n_years_exe_homeowner,ccao_n_years_exe_homeowner,n_years_exe_homeowner,Number of Years Active Homeowner Exemption,ccao,numeric,,, ,,sale_count_past_n_years,meta_sale_count_past_n_years,sale_count_past_n_years,Number of sales within previous N years of sale/lien date,meta,numeric,,, +,,char_building_sf,char_building_sf,building_sf,Building Square Footage,char,numeric,,, +,,char_unit_sf,char_unit_sf,unit_sf,Unit Square Footage,char,numeric,,, +,,char_bedrooms,char_bedrooms,bedrooms,Bedrooms,char,numeric,,, +,,char_half_baths,char_half_baths,half_baths,Half Baths,char,numeric,,, +,,char_full_baths,char_full_baths,full_baths,Full Baths,char,numeric,,, diff --git a/data/vars_dict.rda b/data/vars_dict.rda index 5f79edd..4fd0d0f 100644 Binary files a/data/vars_dict.rda and b/data/vars_dict.rda differ