powered by
Generate a comprehensive markdown report documenting all reproducibility information
create_repro_report( output_file, analysis_name = NULL, include_package_list = TRUE )
Path to generated report
Character. Path to save the report (required).
Character. Name of the analysis
Logical. Include full package list. Default TRUE.
if (FALSE) { create_repro_report(tempfile(fileext = ".md"), "main_analysis") }
Run the code above in your browser using DataLab