Closed bpblakely closed 4 years ago
Added a new section for social distancing functions.
Added a function in the social distancing functions that merges the data from a start date to an end date.
I use this function frequently for merging weekly patterns and social distancing metrics data.
Currently this function only supports start and end dates in the same year, but it's easy to support if the dates are on 2 different years.
Fixed a small typo in read_pattern_multi README description.
I tried to keep the formatting as close as possible to the other functions.
(Don't know if you guys are trying to keep any functions related to social distancing separate from this. If so, then don't worry about this pull)
@bpblakely thanks so much for the contribution and comments! I just added a two small questions above, and I look forward to merging this in. Thanks! cc: @Trippl7777
Added a new section for social distancing functions.
Added a function in the social distancing functions that merges the data from a start date to an end date.
I use this function frequently for merging weekly patterns and social distancing metrics data.
Currently this function only supports start and end dates in the same year, but it's easy to support if the dates are on 2 different years.
Fixed a small typo in read_pattern_multi README description.
I tried to keep the formatting as close as possible to the other functions.
(Don't know if you guys are trying to keep any functions related to social distancing separate from this. If so, then don't worry about this pull)