scrapeJDDM: Function scrapeJDDM

scrapeJDDMR Documentation

Function scrapeJDDM

Description

Downloads and returns data and metadata from the database of the Journal of Dynamic Decision Making.

Usage

scrapeJDDM(
  plot = T,
  urls = paste0("https://journals.ub.uni-heidelberg.de/index.php/jddm/issue/view/",
    c(3269, 2836, 2269, 3694, 4432)),
 
    url2 = "https://journals.ub.uni-heidelberg.de/cgi-bin/oastats.cgi?repo=ojs;from_date=2015-09-29%2021:39:27;id=jddm:"
)

Arguments

plot

Logical value specifying wether to plot data on reads and downloads.

urls

Character vector specifying the URLs of the individual issues to scrape.

url2

Character value specifying the URL of global journal statistics.

Details

Downloads and returns data and metadata from the database of the Journal of Dynamic Decision Making.

Examples

s=scrapeJDDM();

AndreasFischer1985/quantqual documentation built on June 20, 2022, 4:55 p.m.