globalgov / messydates

R package for Extended Date/Time Format (EDTF)
https://globalgov.github.io/messydates
Other
15 stars 1 forks source link

Add a `make_range()` function that allows you to make a range from 2 variables (e.g. start and end) while adding uncertainty if desired #80

Closed henriquesposito closed 7 months ago

henriquesposito commented 1 year ago

Alternatively, this could also be incorporated into the make_messydate() function in the form of arguments (i.e. date_type = "range", approx_range = "+3"). This is useful for working with data for modelling purposes as in the messydates article.

henriquesposito commented 1 year ago

We can also perhaps add (messy) duration class for handling this?