# NOT RUN {
tx_new(ndr_example, from = "2021-06-01", to = "2021-09-30")
# generate the TX_NEW for a specific state (Ayetoro)
tx_new(ndr_example, states = "Ayetoro")
# Determine the TX_NEW for Quarter 1 of FY21 for State 2
tx_new(ndr_example,
from = "2021-10-01",
to = "2021-12-31",
states = c("Arewa", "Ayetoro")
)
# }
Run the code above in your browser using DataLab