parse_oai_url {ojsr} | R Documentation |
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
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)
[Package ojsr version 0.1.2 Index]