This function takes a records file and creates a day for each day the policyholder is active

daySize(records, min_date = NULL, max_date = NULL)

Arguments

records

File containing a unique policy key with start and end dates.

min_date

Left truncation date.

max_date

Right truncation date.

Examples

daySize(records)
#> num_rows #> 8489