Learn R Programming

pubmed.mineR (version 1.0.21)

readabsnew: To read Abstracts

Description

readabsnew will automatically read the abstracts from the pubmed text file.

Usage

readabsnew(x)

Value

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

Arguments

x

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

Author

S.Ramachandran

Details

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

Examples

Run this code
if (FALSE) readabsnew("pubmed_result.txt")
##here pubmed_result.txt is the text file of abstracts saved from PubMed.

Run the code above in your browser using DataLab