srr_stats_checklist_check | R Documentation |
Correct any potential formatting issues in a completed standards checklist
srr_stats_checklist_check(file)
file |
Name of local file containing a completed checklist. Must be a
markdown document in |
Other helper:
srr_stats_categories()
,
srr_stats_checklist()
,
srr_stats_pkg_skeleton()
,
srr_stats_pre_submit()
## Not run:
f <- tempfile (fileext = ".md")
srr_stats_checklist (category = "regression", filename = f)
chk <- srr_stats_checklist_check (f)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.