R/there.R

there <- function (filename) {
	files <- list.files(recursive=T, include.dirs = T, full.names = T,pattern = filename)
	return(files[1])
}
malaybasu/there documentation built on May 20, 2019, 2:26 p.m.