powered by
get_article_references() scrapes a list of bibliographic references cited by an article hosted on Scielo.
get_article_references()
get_article_references(x)
a character vector with the link or the id of the article hosted on Scielo to be scrapped.
The function a tibble with the following variables:
tibble
references: an article's bibliographic reference (character).
character
doi: article's Digital Object Identifier (DOI).
# NOT RUN { refs <- get_article_references(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