diff --git a/data-raw/vars_dict.csv b/data-raw/vars_dict.csv index 3554d1f..75ebf2c 100644 --- a/data-raw/vars_dict.csv +++ b/data-raw/vars_dict.csv @@ -285,6 +285,16 @@ qu_mlt_cd,card,card,meta_card_num,card_num,Card Number,meta,character,,, ,,nearest_railroad_name,prox_nearest_railroad_name,nearest_railroad_name,Nearest Railroad Name,prox,character,,, ,,nearest_railroad_dist_ft,prox_nearest_railroad_dist_ft,nearest_railroad_dist_ft,Nearest Railroad Distance (Feet),prox,numeric,,, ,,nearest_railroad_data_year,prox_nearest_railroad_data_year,nearest_railroad_data_year,Nearest Railroad Data Year,prox,character,,, +,,nearest_secondary_road_osm_id,prox_nearest_secondary_road_osm_id,nearest_secondary_road_osm_id,Nearest Secondary Road OSM Id,prox,character,,, +,,nearest_secondary_road_name,prox_nearest_secondary_road_name,nearest_secondary_road_name,Nearest Secondary Road Name,prox,character,,, +,,nearest_secondary_road_dist_ft,prox_nearest_secondary_road_dist_ft,nearest_secondary_road_dist_ft,Nearest Secondary Road Distance (Feet),prox,numeric,,, +,,nearest_secondary_road_data_year,prox_nearest_secondary_road_data_year,nearest_secondary_road_data_year,Nearest Secondary Road Data Year,prox,character,,, +,,nearest_university_name,prox_nearest_university_name,nearest_university_name,Nearest University Name,prox,character,,, +,,nearest_university_dist_ft,prox_nearest_university_dist_ft,nearest_university_dist_ft,Nearest University Distance (Feet),prox,numeric,,, +,,nearest_university_data_year,prox_nearest_university_data_year,nearest_university_data_year,Nearest University Data Year,prox,character,,, +,,nearest_vacant_land_pin10,prox_nearest_vacant_land_pin10,nearest_vacant_land_pin10,Nearest Vacant Land 10-Digit PIN,prox,character,,, +,,nearest_vacant_land_dist_ft,prox_nearest_vacant_land_dist_ft,nearest_vacant_land_dist_ft,Nearest Vacant Land Parcel Distance (Feet),prox,numeric,,, +,,nearest_vacant_land_data_year,prox_nearest_vacant_land_data_year,nearest_vacant_land_data_year,Nearest Vacant Land Data Year,prox,character,,, ,,nearest_water_id,prox_nearest_water_id,nearest_water_id,Nearest Water ID,prox,character,,, ,,nearest_water_name,prox_nearest_water_name,nearest_water_name,Nearest Water Name,prox,character,,, ,,nearest_water_dist_ft,prox_nearest_water_dist_ft,nearest_water_dist_ft,Nearest Water Distance (Feet),prox,numeric,,, @@ -485,3 +495,9 @@ qu_mlt_cd,card,card,meta_card_num,card_num,Card Number,meta,character,,, ,,nearest_golf_course_id,prox_nearest_golf_course_id,nearest_golf_course_id,Nearest Golf Course ID,prox,character,,, ,,nearest_golf_course_data_year,prox_nearest_golf_course_data_year,nearest_golf_course_data_year,Nearest Golf Course Data Year,prox,character,,, ,,char_recent_renovation,char_recent_renovation,recent_renovation,Recent Renovation,char,logical,,, +,class,char_class,char_class,,Property Class,char,character,,, +,,airport_dnl_total,prox_airport_dnl_total,airport_dnl_total,Total Airport Noise DNL,prox,numeric,,, +,,is_corner_lot,ccao_is_corner_lot,is_corner_lot,Corner Lot,ccao,logical,,, +,,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,,, diff --git a/data/vars_dict.rda b/data/vars_dict.rda index c8d9232..7e240da 100644 Binary files a/data/vars_dict.rda and b/data/vars_dict.rda differ