jstage_references {jstager} | R Documentation |
Scrapes all available references from a J-STAGE article web page.
jstage_references(url, depth = 1, citedby = FALSE, wait = 1, quiet = TRUE)
url |
The URL or DOI of the J-STAGE article web page. |
depth |
Integer. The depth to which references should be scraped. For example, a depth of 2 means the references of the specified paper and recursively the references of those references are scraped, and so on. |
citedby |
Logical. Set to |
wait |
Numeric. The number of seconds to wait between each request to reduce server load. |
quiet |
Logical. Set to |
A data frame with the DOI of each reference.