View source: R/semantic_scholar.R
traverse_author | R Documentation |
This function fetch the papers of an author in batches.
traverse_author(author_id, offset = 0, limit = 100, fields = NULL)
author_id |
|
offset |
|
limit |
|
fields |
|
Only retrieves the most recent 10,000 citations/references for papers belonging to the batch.
list representing author's papers
Liuyong Ding
## Not run:
res <- traverse_author(author_id = "48980001",fields = c("title","abstract","authors","year"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.