extract_searchpage_pubmed: Extracting the searchpage in pubmed

Description Usage Arguments Value Examples

View source: R/pubmed.R

Description

Extracting the searchpage in pubmed

Usage

1
extract_searchpage_pubmed(path, no_of_results)

Arguments

path

: path generated by the function words2link_pubmed()

no_of_results

: total results appeared in pubmed

Value

two vectors of variables: titles and hyperlinks

Examples

1
2
library(zeallot)
c(title, link) %<-% extract_searchpage_pubmed(link, 10) # the first 10 entries

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