View source: R/script_generation.R
| create_repro_report | R Documentation |
Generate a comprehensive markdown report documenting all reproducibility information
create_repro_report(
output_file,
analysis_name = NULL,
include_package_list = TRUE
)
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. |
Path to generated report
## Not run:
create_repro_report(tempfile(fileext = ".md"), "main_analysis")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.