powered by
Search - higher level method
ma_search(query, count = 10, offset = 0, orderby = NULL, atts = c("Id", "AA.AuN", "J.JN", "Ti", "Y", "E", "CC"), key = NULL, ...)
(character) query terms
(intger) number of records to return. default: 10
(intger) record number to start at. default: 0
(logical) column by which to order. default: none
(character) fields to return, in a character vector. See https://docs.microsoft.com/en-us/azure/cognitive-services/academic-knowledge/entityattributes for details.
(character) microsoft academic API key, see Details.
curl options passed on to crul::HttpClient
https://academic.microsoft.com/ https://azure.microsoft.com/en-us/services/cognitive-services/academic-knowledge/ https://docs.microsoft.com/en-us/azure/cognitive-services/academic-knowledge/home https://westus.dev.cognitive.microsoft.com/docs/services/56332331778daf02acc0a50b/operations/565d9001ca73072048922d97 https://westus.dev.cognitive.microsoft.com/docs/services/56332331778daf02acc0a50b/operations/565d753be597ed16ac3ffc03
# NOT RUN { ma_search(query = "Ti='biology'...") # }
Run the code above in your browser using DataLab