View source: R/jstage_references.R
| jstage_references | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.