get_article_references: Scrape bibliographic references from a single article hosted...

Description Usage Arguments Value Note Examples

View source: R/get_article_references.R

Description

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

Usage

1

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:

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
refs <- get_article_references(x = "http://www.scielo.br/scielo.php?
script=sci_arttext&pid=S1981-38212016000200201&lng=en&nrm=iso&tlng=en")

rscielo documentation built on Aug. 22, 2019, 5:03 p.m.