readabs {pubmed.mineR} | R Documentation |
readabs
will automatically read the abstracts from the pubmed file.
readabs(x)
x |
Text file of PubMed abstracts. (Abstracts downloaded from PubMed) |
The saved file from a general pubmed search as text file is read via readabs().
An S4 object of class "Abstracts", and a text file with tab delimited headers Journal, Abstract, PMID written with file name "newabs.txt".
S.Ramachandran
## Not run: readabs("pubmed_result.txt")
##here pubmed_result.txt is the text file of abstracts saved from PubMed.