powered by
sendabs will send the abstracts into a tab delimited text file with the fields Journal, Abstract, and PMID.
sendabs
sendabs(object, x)
An S4 object of class 'Abstracts'
"filename.txt" to write the abstracts
A tab delimited text file with headers Journal, Abstract, PMID.
A general writing function for object of class 'Abstracts'
# NOT RUN { sendabs(x,"abs.txt") # } # NOT RUN { ## 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