Learn R Programming

rscielo (version 1.0.0)

get_article_references: Scrape bibliographic references from a single article hosted on Scielo

Description

get_article_references() scrapes a list of bibliographic references cited by an article hosted on Scielo.

Usage

get_article_references(x)

Arguments

x

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

Value

The function a tibble with the following variables:

  • references: an article's bibliographic reference (character).

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

Examples

Run this code
# 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