R/encode_LostToFollowUpReason.R

Defines functions decode_LostToFollowUpReason encode_LostToFollowUpReason

encode_LostToFollowUpReason <- function(x) {
  uLostToFollowUpReason <- get_dhhs("uLostToFollowUpReason")
  fmatch(x, uLostToFollowUpReason)
}

decode_LostToFollowUpReason <- function(x) {
  uLostToFollowUpReason <- get_dhhs("uLostToFollowUpReason")
  uLostToFollowUpReason[x]
}
HughParsonage/dhhs documentation built on Dec. 17, 2021, 11:22 p.m.