# NOT RUN {
tx_vl_eligible(ndr_example, ref = "2021-09-30")
# Determine clients who are going to be eligible for VL by the end of Q1 of FY22
tx_vl_eligible(ndr_example,
ref = "2021-12-31"
)
# Subset clients from "Arewa" and "Okun" who are due for viral load in Q1 of FY22
tx_vl_eligible(ndr_example,
ref = "2021-12-31",
states = c("Arewa", "Okun"),
sample = TRUE
)
# }
Run the code above in your browser using DataLab