S2_paper2 | R Documentation |
This function retrieves details about a paper's authors
S2_paper2(
identifier,
details = c("authors", "citations", "references"),
offset = 0,
limit = 10,
fields = NULL
)
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" |
list representing paper objects
## Not run:
S2_paper2(identifier = "649def34f8be52c8b66281af98ae884c09aef38b")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.