Description Usage Arguments Value Examples
Takes a vector of urls and parses them according to OJS routing conventions, then retrieves OAI entry url.
1 | parse_oai_url(input_url)
|
input_url |
Character vector. |
A vector of the same length of your input.
1 2 3 4 5 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.