Description Usage Arguments Value Examples
Takes a vector of OJS URLs and scrapes all the galleys URLs from the article view
1 | get_galleys_from_article(input_url, verbose = FALSE)
|
input_url |
Character vector. |
verbose |
Logical. |
A long-format dataframe with the url you provided (input_url), the articles url scrapped (output_url), the format of the galley (format), and the url that forces download of the galley (download_url)
1 2 3 4 5 | articles <- c(
'https://revistapsicologia.uchile.cl/index.php/RDP/article/view/55657',
'https://dspace.palermo.edu/ojs/index.php/psicodebate/article/view/516/311'
)
galleys <- ojsr::get_galleys_from_article(input_url = articles,verbose = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.