ropensci / awardFindR

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

Include query term(s) with every results #10

Closed adam3smith closed 3 years ago

adam3smith commented 3 years ago

Since different query terms have different precision in terms of finding what you want, we'll want the query terms that find a given grant included in the list. This is complicated, a bit, by de-duplication. Looks like aggregate() via https://stackoverflow.com/a/14262917/1483360 should do the trick, though. For the delimiter of the aggregated variable, let's do semicolon ;

adam3smith commented 3 years ago

We're already doing this, I just didn't see it.