globalgov / messydates

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

Issues with converting numeric variables to messydates #85

Open henriquesposito opened 5 months ago

henriquesposito commented 5 months ago

manyenviron::agreements$IEADB %>% filter(Begin < 1981) does not work, bit this does manyenviron::agreements$IEADB %>% filter(Begin < "1981")...

See also: manyenviron::agreements$IEADB$Begin > 1981 and as_messydate(c(1981, 1982, 1983))