powered by
Fetch abstracts
ma_abstract( query, count = 10, offset = 0, orderby = NULL, model = "latest", 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) Name of the model that you wish to query. One of 'latest' or 'beta-2015'. Default: latest
(character) microsoft academic API key, see the Authentication section in microdemic-package
Authentication
curl options passed on to crul::HttpClient
data.frame, with two columns: Id and abstract
Id
abstract
# NOT RUN { ma_abstract(query = "Y=2010", count = 10) ma_abstract(query = "Y=[2010, 2012)", count = 10) # }
Run the code above in your browser using DataLab