get_article_meta: Scrape meta-data from a single article hosted on Scielo

Description Usage Arguments Details Value Note See Also Examples

View source: R/get_article_meta.R

Description

get_article_meta() scrapes meta-data information from an article hosted on Scielo.

Usage

1

Arguments

x

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

Details

This functions scrapes several meta-data information, such as author's names, article title, year of publication, journal issue and number of pages.

Value

The function returns 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).

See Also

get_journal

Examples

1
2
article_meta <- get_article_meta(x = "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.