Learn R Programming

ojsr (version 0.1.2)

parse_oai_url: Parses urls against OJS routing conventions and retrieves the OAI url

Description

Takes a vector of urls and parses them according to OJS routing conventions, then retrieves OAI entry url.

Usage

parse_oai_url(input_url)

Arguments

input_url

Character vector.

Value

A vector of the same length of your input.

Examples

Run this code
# NOT RUN {
mix_links <- c(
  'https://dspace.palermo.edu/ojs/index.php/psicodebate/issue/archive',
  'https://publicaciones.sociales.uba.ar/index.php/psicologiasocial/article/view/2903'
)
oai_url <- ojsr::parse_oai_url(input_url = mix_links)

# }

Run the code above in your browser using DataLab