# NOT RUN {
tx_ml(new_data = ndr_example, from = "2021-06-01")
# Find clients who were inactive in Q4 of FY21
tx_ml(
new_data = ndr_example,
from = "2021-07-01", to = "2021-09-30"
)
## generate line-list of `tx_ml()` using two datasets
# }
# NOT RUN {
file_path <- "https://raw.githubusercontent.com/stephenbalogun/example_files/main/ndr_example.csv"
ndr_old <- read_ndr(file_path, time_stamp = "2021-02-15")
ndr_new <- ndr_example
tx_ml(
old_data = ndr_old,
new_data = ndr_new,
from = "2021-07-01",
to = "2021-09-30"
)
# }
Run the code above in your browser using DataLab