Learn R Programming

Capsule (version 0.2.0)

create_repro_report: Create Reproducibility Report

Description

Generate a comprehensive markdown report documenting all reproducibility information

Usage

create_repro_report(
  output_file,
  analysis_name = NULL,
  include_package_list = TRUE
)

Value

Path to generated report

Arguments

output_file

Character. Path to save the report (required).

analysis_name

Character. Name of the analysis

include_package_list

Logical. Include full package list. Default TRUE.

Examples

Run this code
if (FALSE) {
create_repro_report(tempfile(fileext = ".md"), "main_analysis")
}

Run the code above in your browser using DataLab