form_show {preregr} | R Documentation |
Show a (pre)registration form
Description
This function shows (parts of) a (pre)registration form.
Usage
form_show(x, section = NULL)
Arguments
x |
The (pre)registration form (as produced by a call to
|
section |
The section(s) to show; pass |
Value
x, invisibly
Examples
### An empty form
preregr::form_create(
"Example form",
version = "1"
) |>
preregr::form_show();
### A complete form
preregr::prereg_initialize("inclSysRev_v0_92") |>
preregr::form_show();
[Package preregr version 0.2.9 Index]