form_show | R Documentation |
This function shows (parts of) a (pre)registration form.
form_show(x, section = NULL)
x |
The (pre)registration form (as produced by a call to
|
section |
The section(s) to show; pass |
x, invisibly
### 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();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.