temp/file.ready.R

file.ready <- 	check.file.changing(obs.files.diff)	
				print(file.ready)
				if(length(file.ready)< 0){
					return(file.ready)
					file.ready 	<- file.ready[1]
					init.sample <- init.sample[!init.sample == file.ready]
					fun(init.sample)	
				}

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.