# NOT RUN {
# }
# NOT RUN {
token <- dsAuth(username = "my.email@my.domain", password = "mypassword")
query <- dsQueryBuild(item = "publications", words = "bibliometric*",
type = "article", categories = "management",
start_year=1980,end_year = 2020)
D <- dsApiRequest(token = token, query = query, limit = 50000)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab