creates table of weights to apply to dates that represent the end of a week. These weights correspond tot he proportion of that week's counts that fall into the month that the "week end date" occurs, and the proportion of the counts that fall into the previous month
month_attribution_lkp.Rd
rtt data is published monthly and represents a snapshot of counts at the end of the given month. The weekly counts are provided within the data. To convert the weekly counts to monthly counts we must sum the weekly counts within each month. Some weeks will fall over month ends, so this function identifies those, and calculates the number of days those weeks fall within each month. These days are then used to calculate a weighting, which is the output of the function.