check_worcs | R Documentation |
Evaluates whether a project meets the criteria of the WORCS
checklist (see worcs_checklist
).
check_worcs(path = ".", verbose = TRUE)
path |
Character. Path to a WORCS project folder (a project with a
|
verbose |
Logical. Whether or not to show status messages while
evaluating the checklist. Default: |
A data.frame
with a description of the criteria, and a column
with evaluations ($pass
). For criteria that must be evaluated
manually, $pass
will be FALSE
.
example_dir <- file.path(tempdir(), "badge")
dir.create(example_dir)
write("a", file.path(example_dir, ".worcs"))
check_worcs(path = example_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.