View source: R/day_functions.R
addDays | R Documentation |
This function takes a records file and creates a day for each day the policyholder is active
addDays(records, min_date = NULL, max_date = NULL)
records |
File containing a unique policy key with start and end dates. |
min_date |
Left truncation date. |
max_date |
Right truncation date. |
addDays(records)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.