get_galleys_from_article | R Documentation |
Takes a vector of OJS URLs and scrapes all the galleys URLs from the article view
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)
article <- 'https://revistapsicologia.uchile.cl/index.php/RDP/article/view/55657'
galleys <- ojsr::get_galleys_from_article(input_url = article)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.