R/grep.fun.R

Defines functions grep.fun

grep.fun <-
function(x,grep){
	return.x <- grep(grep,x)
	return(return.x)
}

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.