Learn R Programming

rscielo (version 1.0.0)

get_journal_list: Scrape a list with all the journals hosted on Scielo

Description

get_journal_list() scrapes the title, the numerical ID (pid) and the URL of all journals hosted on Scielo.

Usage

get_journal_list()

Arguments

Value

The function returns a tibble with each journal's title, ID, and URL

Examples

Run this code
# NOT RUN {
journal_list <- get_journal_list()
# }

Run the code above in your browser using DataLab