R/cleanabs.R

setGeneric("cleanabs", function(object) standardGeneric("cleanabs"));
setMethod("cleanabs","Abstracts",function(object){temp1 =  which(object@Abstract!="NONE"); temp=new("Abstracts", Journal=object@Journal[temp1], Abstract=object@Abstract[temp1], PMID=object@PMID[temp1]);return(temp)})

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.