R/pmids_to_abstracts.R

Defines functions pmids_to_abstracts

Documented in pmids_to_abstracts

pmids_to_abstracts = function(x,abs){ids=NULL; for ( i in 1:length(x)) ids = c(ids,which(abs@PMID == x[i])); return(subsetabs(abs,ids))}

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 June 22, 2024, 6:50 p.m.