get_articles_from_issue | R Documentation |
Takes a vector of OJS (issue) URLs and scrapes the links to articles from the issues table of content
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)
issue <- 'https://revistas.ucn.cl/index.php/saludysociedad/issue/view/65'
articles <- ojsr::get_articles_from_issue(input_url = issue)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.