powered by
publish(input = "challenge.rmd", output_file = NULL, output_dir = dirname(input), quiet = FALSE, ...)
NULL
render
path <- tempdir() wd <- setwd(path) new_challenge() outdir = tempdir() publish(output_dir = outdir, output_options = list(self_contained = FALSE)) unlink(outdir) setwd(wd) unlink(path)
Run the code above in your browser using DataLab