extract_abstract_pubmed: Extracting the abstract from pubmed

Description Usage Arguments Value Examples

View source: R/pubmed.R

Description

Extracting the abstract from pubmed

Usage

1

Arguments

link

: link obtained by the function extract_searchpage_pubmed()

Value

abstract of the article (a string)

Examples

1
2
3
4
5
c(title, link) %<-% extract_searchpage_pubmed(words2link_pubmed("ptsd ketamine"), 211)
abstract = c()
for (i in 1:10) {
  abstract = c(abstract, extract_abstract_pubmed(link[i]))
}

cheungngo/webscr8per documentation built on March 16, 2021, 12:06 a.m.