get_issues_from_archive | R Documentation |
Takes a vector of OJS URLs and scrapes the issues URLs from the issue archive.
get_issues_from_archive(input_url, verbose = FALSE)
input_url |
Character vector. |
verbose |
Logical. |
A long-format dataframe with the url you provided (input_url) and the url of issues found (output_url)
journal <- 'https://dspace.palermo.edu/ojs/index.php/psicodebate/issue/archive'
issues <- ojsr::get_issues_from_archive(input_url = journal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.