if (FALSE) {
# Get funders located in Canada with more than 100,000 citations
res <- oa_request(
"https://api.openalex.org/funders?filter=country_code:ca,cited_by_count:>100000"
)
df <- oa2df(res, entity = "funders")
df
}
Run the code above in your browser using DataLab