Create a DataFrame with all dates in the exposure period for each key
makeDays(record_key, record_start, record_days, final_size)
Vector of keys from the input record
Vector of start dates from the input record
Vector containing the number of days in the interval for a row in a record
Sum of days in all intervals, used to initialize the DataFrame that is returned.