Description Usage Arguments Value Examples
Extracting the searchpage in pubmed
1 | extract_searchpage_pubmed(path, no_of_results)
|
path |
: path generated by the function words2link_pubmed() |
no_of_results |
: total results appeared in pubmed |
two vectors of variables: titles and hyperlinks
1 2 | library(zeallot)
c(title, link) %<-% extract_searchpage_pubmed(link, 10) # the first 10 entries
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.