R/currentabs_fn.R

Defines functions currentabs_fn

Documented in currentabs_fn

currentabs_fn = function(yr_to_include, theme,parentabs){
check = parentabs@Journal
formatyr = paste(". ",yr_to_include[1], sep ="")
check2 = regexpr(formatyr, check, fixed=T)
check3 = which(check2 != -1)
new_abs = subsetabs(parentabs,check3)
new_abs_theme = searchabsL(new_abs, include=theme)
return(new_abs_theme)}

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.