Skip to contents

Correct any potential formatting issues in a completed standards checklist

Usage

srr_stats_checklist_check(file)

Arguments

file

Name of local file containing a completed checklist. Must be a markdown document in .md format, not .Rmd or anything else.

Examples

if (FALSE) {
f <- tempfile (fileext = ".md")
srr_stats_checklist (category = "regression", filename = f)
chk <- srr_stats_checklist_check (f)
}