Description Usage Arguments Value Examples
Extracting the abstract from pubmed
1 | extract_abstract_pubmed(link)
|
link |
: link obtained by the function extract_searchpage_pubmed() |
abstract of the article (a string)
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]))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.