powered by
Fetch abstracts
ma_abstract(query, count = 10, offset = 0, orderby = NULL, 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) microsoft academic API key, see Details.
curl options passed on to crul::HttpClient
# NOT RUN { ma_abstract(query = "Ti='biology'...", count = 10) ma_abstract(query = "Ti='ecology'...", count = 10) # }
Run the code above in your browser using DataLab