get_article_footnotes: Scrape footnotes from a single article hosted on Scielo

Description Usage Arguments Value Note Examples

View source: R/get_article_footnotes.R

Description

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

Usage

1

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:

Note

Sometimes, the Scielo website is offline for maintaince, in which cases this function will not work (i.e., users will get HTML status different from the usual 200 OK).

Examples

1
2
df <- get_article_fnotes(x = "http://www.scielo.br/scielo.php?
script=sci_arttext&pid=S1981-38212016000200201&lng=en&nrm=iso&tlng=en")

meirelesff/rScielo documentation built on Nov. 18, 2021, 9:57 a.m.