powered by
get_article_footnotes() scrapes all the footnotes iin an article hosted on Scielo.
get_article_footnotes()
get_article_footnotes(x)
a character vector with the link or id of the article hosted on Scielo to be scrapped.
The function returns a tibble with the following variables:
tibble
footnote: article's footnotes (character).
character
doi: article's Digital Object Identifier (character).
# 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