README.md

textCells

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.



Erickcufe/textCells documentation built on May 20, 2023, 11:45 p.m.