R/reproduce.R

Defines functions reproduce

reproduce <- function(x){
	#x is a list of arguments for 'eval'.
	stopifnot(class(x) == "reproducible");
	return(do.call("eval", x));
}
jeroenooms/opencpu-legacy documentation built on May 19, 2019, 6:15 a.m.