get_article_id: Get the ID of a scientific article hosted on Scielo

Description Usage Arguments Value Examples

View source: R/get_article_id.R

Description

get_article_id() extracts the ID of an article's URL

Usage

1

Arguments

url

a character vector with the URL of an article hosted on Scielo.

Value

The function returns a character vector with the article ID.

Examples

1
2
id <- get_article_id(url = "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.