jstage_references {jstager} | R Documentation |
Scrape J-STAGE References
Description
Scrapes all available references from a J-STAGE article web page.
Usage
jstage_references(url, depth = 1, quiet = TRUE)
Arguments
url |
The URL or DOI of the J-STAGE article web page. |
depth |
Integer. The depth to which references should be scraped. Default is 1. |
quiet |
logical. Suppress information regarding the progress. |
Value
A data frame with the DOI of each reference.
[Package jstager version 0.0.5 Index]