get_oai_meta_from_article | R Documentation |
This functions access OAI records (within OJS) for any article for which you provided an URL.
get_oai_meta_from_article(input_url, verbose = FALSE)
input_url |
Character vector. |
verbose |
Logical. |
Several limitations are in place. Please refer to vignette.
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).
article <- 'https://dspace.palermo.edu/ojs/index.php/psicodebate/article/view/516/311'
metadata_oai <- ojsr::get_oai_meta_from_article(input_url = article)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.