library("awardFindR")
nsf_and_nih <- search_awards(keywords=c("ontological", "audio recordings"), sources=c("nsf", "nih"), from_date="2018-01-01", to_date="2018-02-01")
#> Warning in request(url, "post", verbose, payload): Bad Request (HTTP 400).
#> Error in if (response$meta$total == 0) {: argument is of length zero
table(nsf_and_nih$source)
#> Error in table(nsf_and_nih$source): object 'nsf_and_nih' not found
unique(nsf_and_nih$keyword)
#> Error in unique(nsf_and_nih$keyword): object 'nsf_and_nih' not found
:wave: @mccallc! Via https://ropensci.r-universe.dev/builds we noticed
Created on 2024-02-02 with reprex v2.1.0