Learn R Programming

rscielo (version 1.0.0)

get_article_footnotes: Scrape footnotes from a single article hosted on Scielo

Description

get_article_footnotes() scrapes all the footnotes iin an article hosted on Scielo.

Usage

get_article_footnotes(x)

Arguments

x

a character vector with the link or id of the article hosted on Scielo to be scrapped.

Value

The function returns a tibble with the following variables:

  • footnote: article's footnotes (character).

  • doi: article's Digital Object Identifier (character).

Examples

Run this code
# NOT RUN {
df <- get_article_fnotes(x = "http://www.scielo.br/scielo.php?
script=sci_arttext&pid=S1981-38212016000200201&lng=en&nrm=iso&tlng=en")
# }

Run the code above in your browser using DataLab