Learn R Programming

pubmed.mineR (version 1.0.21)

sendabs: To send abstracts

Description

sendabs will send the abstracts into a tab delimited text file with the fields Journal, Abstract, and PMID.

Usage

sendabs(object, x)

Value

A tab delimited text file with headers Journal, Abstract, PMID.

Arguments

object

An S4 object of class 'Abstracts'

x

"filename.txt" to write the abstracts

Author

S.Ramachandran, Jyoti Rani

Details

A general writing function for object of class 'Abstracts'

Examples

Run this code
if (FALSE) sendabs(myabs,"myabs.txt")
## here myabs is the S4 object of class 'Abstracts' and 
## 'abs.txt' is the file where abstracts will be written.

Run the code above in your browser using DataLab