Learn R Programming

pubmed.mineR (version 1.0.11)

readabs: To read Abstracts

Description

readabs will automatically read the abstracts from the pubmed file.

Usage

readabs(x)

Arguments

x

Text file of PubMed abstracts. (Abstracts downloaded from PubMed)

Value

An S4 object of class "Abstracts", and a text file with tab delimited headers Journal, Abstract, PMID written with file name "newabs.txt".

Details

The saved file from a general pubmed search as text file is read via readabs().

Examples

Run this code
# NOT RUN {
readabs("pubmed_filename.txt")
# }
# NOT RUN {
##here x is the text file of abstracts saved from PubMed.
# }

Run the code above in your browser using DataLab