powered by
Wraps microdemic::ma_evaluate
microdemic::ma_evaluate
microsoft_search( query, count = 10, offset = 0, orderby = NULL, atts = c("Id", "AA.AuN", "J.JN", "Ti", "Y", "E", "CC"), key = NULL, ... )microsoft_links( query, count = 10, offset = 0, orderby = NULL, atts = c("Id", "AA.AuN", "J.JN", "Ti", "Y", "E", "CC"), key = NULL, ... )
microsoft_links( query, count = 10, offset = 0, orderby = NULL, atts = c("Id", "AA.AuN", "J.JN", "Ti", "Y", "E", "CC"), key = NULL, ... )
(character) query terms
(integer) number of records to return. default: 10
(integer) record to start at. default: 0
(character) field to sort results by
(character) character vector of fields to return
(character) microsoft academic API key, see Authentication section in fulltext-package
Authentication
https://academic.microsoft.com/ https://www.microsoft.com/cognitive-services/en-us/Academic-Knowledge-API/documentation/QueryExpressionSyntax https://westus.dev.cognitive.microsoft.com/docs/services/56332331778daf02acc0a50b/operations/565d753be597ed16ac3ffc03
# NOT RUN { microsoft_search(query = "Y='19'...", key = Sys.getenv("MICROSOFT_ACADEMIC_KEY")) # }
Run the code above in your browser using DataLab