Scrapes all available references from a J-STAGE article web page.
Arguments
- 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
TRUE
to retrieve the list of cited-by references instead of the reference list. When set toTRUE
,depth
is automatically set to 1.- wait
Numeric. The number of seconds to wait between each request to reduce server load.
- quiet
Logical. Set to
FALSE
to display information about the progress.