Learn R Programming

microdemic (version 0.1.0)

ma_search: Search - higher level method

Description

Search - higher level method

Usage

ma_search(query, count = 10, offset = 0, orderby = NULL, atts = c("Id",
  "AA.AuN", "J.JN", "Ti", "Y", "E", "CC"), key = NULL, ...)

Arguments

query

(character) query terms

count

(intger) number of records to return. default: 10

offset

(intger) record number to start at. default: 0

orderby

(logical) column by which to order. default: none

atts

(character) fields to return, in a character vector. See https://docs.microsoft.com/en-us/azure/cognitive-services/academic-knowledge/entityattributes for details.

key

(character) microsoft academic API key, see Details.

...

curl options passed on to crul::HttpClient

References

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

Examples

Run this code
# NOT RUN {
ma_search(query = "Ti='biology'...")
# }

Run the code above in your browser using DataLab