microsoft-internals: Microsoft Academic search

Description Usage Arguments References Examples

Description

Wraps microdemic::ma_evaluate

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
microsoft_search(
  query,
  count = 10,
  offset = 0,
  orderby = NULL,
  atts = c("Id", "DN", "VFN", "DOI", "D"),
  key = NULL,
  ...
)

microsoft_links(
  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

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

offset

(integer) record to start at. default: 0

orderby

(character) field to sort results by

atts

(character) character vector of fields to return

key

(character) microsoft academic API key, see Authentication section in fulltext-package

References

https://academic.microsoft.com/

Examples

1
2
3
4
5
## Not run: 
microsoft_search2(query = "Y='19'...",
  key = Sys.getenv("MICROSOFT_ACADEMIC_KEY"))

## End(Not run)

fulltext documentation built on June 12, 2021, 9:06 a.m.