This function retrieves details about a paper's authors

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

if (FALSE) { S2_paper2(identifier = "649def34f8be52c8b66281af98ae884c09aef38b") }