Skip to content

Commit

Permalink
Add strata columns back to vars_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
wrridgeway committed Mar 19, 2024
1 parent a79f109 commit ddcbcaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
#' to their human-readable value (ROOF_CNST = 1
#' becomes ROOF_CNST = Shingle/Asphalt).
#'
#' @format A data frame with 488 rows and 11 variables:
#' @format A data frame with 509 rows and 11 variables:
#' \describe{
#' \item{var_name_hie}{Column name of variable when stored in the legacy
#' ADDCHARS SQL table}
Expand Down
2 changes: 2 additions & 0 deletions data-raw/vars_dict.csv
Original file line number Diff line number Diff line change
Expand Up @@ -506,3 +506,5 @@ qu_mlt_cd,card,card,meta_card_num,card_num,Card Number,meta,character,,,
,,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,,,
,,strata_1,meta_strata_1,strata_1,Condominium Building Strata 1,meta,character,,,
,,strata_2,meta_strata_2,strata_2,Condominium Building Strata 2,meta,character,,,

0 comments on commit ddcbcaf

Please sign in to comment.