# NOT RUN {
# Example: Querying a collection of publications
# }
# NOT RUN {
query <- "bibliometric*[Title/Abstract] AND english[LA]
AND Journal Article[PT] AND 2000:2020[DP]"
D <- pmApiRequest(query = query, limit = 100, api_key = NULL)
M <- pmApi2df(D)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab