get_oai_meta_from_article: Retrieving OAI records for OJS articles

Description Usage Arguments Details Value Examples

Description

This functions access OAI records (within OJS) for any article for which you provided an URL.

Usage

1
get_oai_meta_from_article(input_url, verbose = FALSE)

Arguments

input_url

Character vector.

verbose

Logical.

Details

Several limitations are in place. Please refer to vignette.

Value

A long-format dataframe with the url you provided (input_url), the name of the metadata (meta_data_name), and the content of the metadata (meta_data_content).

Examples

1
2
3
4
5
articles <- c(
  'https://publicaciones.sociales.uba.ar/index.php/psicologiasocial/article/view/2137', # article
  'https://dspace.palermo.edu/ojs/index.php/psicodebate/article/view/516/311' # xml galley
)
metadata_oai <- ojsr::get_oai_meta_from_article(input_url = articles, verbose = TRUE)

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