powered by
Returns a template script for running a complete analysis.
get_analysis_template(output_file = NULL)
Template code as character string (invisibly).
Path to save template.
# \donttest{ # Save template to a temporary file tmp_file <- tempfile("analysis_template", fileext = ".R") get_analysis_template(tmp_file) # Clean up if (file.exists(tmp_file)) unlink(tmp_file) # }
Run the code above in your browser using DataLab