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