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 pdf_path is not NULL, the PDF file will be downloaded to the specified location. Specify "." to save the file in the working directory.

bibtex_path

The path to save the BibTeX entry. If bibtex_path is not NULL, a BibTeX file will be saved. Specify "." to save the file in the working directory.

Value

A list containing the article metadata.


[Package jstager version 0.0.5 Index]