ropensci / awardFindR

Scan multiple online grant databases for relevant awards
https://docs.ropensci.org/awardFindR
Other
16 stars 7 forks source link

Improve date-range handling/input #2

Closed adam3smith closed 3 years ago

adam3smith commented 3 years ago

See comment here: https://github.com/PESData/sciscrape/blob/main/main.R#L25

Probably use readr::parse_date?

mccallc commented 3 years ago

I fixed this with a base R as.Date with error catching, which I think does more or less the same task (formatting strptime, catching malformed input). I'll see how that works for now