R/sendabs.R

setGeneric("sendabs", function(object,x) standardGeneric("sendabs"));
setMethod("sendabs", "Abstracts", function(object,x){write.table(cbind(object@Journal,object@Abstract,object@PMID), file = x,quote=FALSE, sep = "\t", row.names = FALSE, col.names = c("Journal", "Abstract", "PMID")  )})

Try the pubmed.mineR package in your browser

Any scripts or data that you put into this service are public.

pubmed.mineR documentation built on Nov. 26, 2021, 5:11 p.m.