S2_paper2: This function retrieves details about a paper's authors

View source: R/api.R

S2_paper2R Documentation

This function retrieves details about a paper's authors

Description

This function retrieves details about a paper's authors

Usage

S2_paper2(
  identifier,
  details = c("authors", "citations", "references"),
  offset = 0,
  limit = 10,
  fields = NULL
)

Arguments

identifier

string with keywords to search for

details

one of "authors", "citations" or "references"

offset

integer paging offset

limit

integer paging length

fields

extra fields to include, for example "title,authors"

Value

list representing paper objects

Examples

## Not run: 
 S2_paper2(identifier = "649def34f8be52c8b66281af98ae884c09aef38b")
 
## End(Not run)

KTH-Library/semanticscholar documentation built on Feb. 2, 2025, 2:50 a.m.