iNZightVIT / iNZightTools

Functions for integration of iNZight GUI to iNZight packages.
https://inzightvit.github.io/iNZightTools/
1 stars 5 forks source link

Import missing codes for @numeric variables #174

Closed tmelliott closed 3 years ago

tmelliott commented 3 years ago

e.g.,

#' @numeric y na=888,999

At first, just read 888 and 999 as NA, but in future maybe create new column y_missing if reason codes are provided, e.g.,

#' @numeric y na[Refuse=888,DontKnow=999]
tmelliott commented 3 years ago

First bit completed with a9b6e0c000

tmelliott commented 3 years ago

Closed with bb1375aa