# NOT RUN {
file_path <- "https://raw.githubusercontent.com/stephenbalogun/example_files/main/ndr_example.csv"
ndr_new <- read_ndr(file_path, time_stamp = "2021-02-15")
ndr_old <- ndr_example
tx_rtt(ndr_new, ndr_old)
# }
# NOT RUN {
## Determine RTT for a particular state
# }
# NOT RUN {
tx_rtt(ndr_old, ndr_new, states = "State 1")
# }
Run the code above in your browser using DataLab