get_html_meta_from_article | R Documentation |
Takes a vector of OJS URLs and scrapes all metadata written in HTML from the article view
get_html_meta_from_article(input_url, verbose = FALSE)
input_url |
Character vector. |
verbose |
Logical. |
A long-format dataframe with the url you provided (input_url), the name of the metadata (meta_data_name), the content of the metadata (meta_data_content), the standard in which the content is annotated (meta_data_scheme), and the language in which the metadata was entered (meta_data_xmllang)
article <- 'https://dspace.palermo.edu/ojs/index.php/psicodebate/article/view/516/311'
metadata <- ojsr::get_html_meta_from_article(article)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.