jstage_metadata {jstager} | R Documentation |
Scrape J-STAGE Article Metadata
Description
Scrapes all available metadata from a J-STAGE article web page.
Usage
jstage_metadata(url, collapse = NULL, pdf_path = NULL, bibtex_path = NULL)
Arguments
url |
The URL or DOI of the J-STAGE article web page. |
collapse |
A character string to separate multiple authors' names and keywords. If you are unsure which string to use, please specify "\n". |
pdf_path |
The path where the PDF file of the article will be downloaded. If
|
bibtex_path |
The path to save the BibTeX entry. If |
Value
A list containing the article metadata.
[Package jstager version 0.0.5 Index]