R/unlist.fun.R

Defines functions unlist.fun

unlist.fun <-
function(x,split="",template = "<"){		
	temp.i <- unlist(strsplit(x,split))
	temp.i <- grep(template,temp.i,fixed = T)[1]
	temp.i <- temp.i -1
	return(temp.i)
	
}

Try the mqqc package in your browser

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

mqqc documentation built on July 30, 2020, 3 p.m.