Learn R Programming

microdemic (version 0.1.0)

ma_abstract: Fetch abstracts

Description

Fetch abstracts

Usage

ma_abstract(query, count = 10, offset = 0, orderby = NULL, 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

key

(character) microsoft academic API key, see Details.

...

curl options passed on to crul::HttpClient

Examples

Run this code
# 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