View source: R/prereg_show_item_completion.R
prereg_show_item_completion | R Documentation |
This function shows which items in a (pre)registration, or in one or more sections, have been completed - or, more accurately, contain at least some content that is different from the default content.
prereg_show_item_completion(x, section = NULL)
x |
The (pre)registration object (as produced by a call to
|
section |
The section(s) to show; pass |
x, invisibly
### Load an example (pre)registration specification
data("examplePrereg_1", package = "preregr");
### Show which items were completed
examplePrereg_1 |>
preregr::prereg_show_item_completion(
section="metadata"
);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.