sendabs {pubmed.mineR} | R Documentation |
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 |
Details
A general writing function for object of class 'Abstracts'
Value
A tab delimited text file with headers Journal, Abstract, PMID.
Author(s)
S.Ramachandran, Jyoti Rani
Examples
## Not run: sendabs(myabs,"myabs.txt")
## here myabs is the S4 object of class 'Abstracts' and
## 'abs.txt' is the file where abstracts will be written.
[Package pubmed.mineR version 1.0.20 Index]