Learn R Programming

pubmed.mineR (version 1.0.3.1)

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)

Arguments

object
An S4 object of class 'Abstracts'
x
"filename.txt" to write the abstracts

Value

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

Details

A general writing function for object of class 'Abstracts'

Examples

Run this code
sendabs(x,"abs.txt")
## here 'x' 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