R package to analyze download and parse text in MEDLINE format from PubMed.
To install development version:
if (!require(devtools)) {
install.packages("devtools")
}
devtools::install_github("Erickcufe/textCells")
Examples:
req_cancer <- textCells::download_medline("Cancer")
cancer_medline <- textCells::read_medline(req_cancer)
With this code you can download 10000 MEDLINE formats from 10,000 different PMID (if is available in the PubMed database). Then parse the information in a data.frame
format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.