get_journal_id: Get the ID of a journal hosted on Scielo

Description Usage Arguments Value Examples

View source: R/get_journal_id.R

Description

get_journal_id() extracts the numerical ID (pid) from a journal's URL.

Usage

1

Arguments

url

a character vector with the URL of a journal hosted on Scielo.

Value

The function returns a character vector with the journal ID.

Examples

1
2
id <- get_journal_id(url = "http://www.scielo.br/scielo.php?
script=sci_serial&pid=1981-3821&lng=en&nrm=iso")

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