get_issues_from_archive: Scraping issues’ URLs from the OJS issues archive

Description Usage Arguments Value Examples

Description

Takes a vector of OJS URLs and scrapes the issues URLs from the issue archive.

Usage

1
get_issues_from_archive(input_url, verbose = FALSE)

Arguments

input_url

Character vector.

verbose

Logical.

Value

A long-format dataframe with the url you provided (input_url) and the url of issues found (output_url)

Examples

1
2
3
4
5
journals <- c(
  'https://dspace.palermo.edu/ojs/index.php/psicodebate/issue/archive',
  'https://publicaciones.sociales.uba.ar/index.php/psicologiasocial/article/view/2903'
)
issues <- ojsr::get_issues_from_archive(input_url = journals, verbose = TRUE)

ojsr documentation built on Oct. 23, 2020, 5:20 p.m.