Description Usage Arguments Value Examples
Takes a vector of OJS (issue) URLs and scrapes the links to articles from the issues table of content
1 | get_articles_from_issue(input_url, verbose = FALSE)
|
input_url |
Character vector. |
verbose |
Logical. |
A long-format dataframe with the url you provided (input_url) and the articles url scrapped (output_url)
1 2 3 4 5 | issues <- c(
'https://revistas.ucn.cl/index.php/saludysociedad/issue/view/65',
'https://publicaciones.sociales.uba.ar/index.php/psicologiasocial/issue/view/31'
)
articles <- ojsr::get_articles_from_issue(input_url = issues, verbose = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.