powered by
This function shows (parts of) a (pre)registration form.
form_show(x, section = NULL)
x, invisibly
The (pre)registration form (as produced by a call to form_create()).
form_create()
The section(s) to show; pass NULL (the default) to show everything.
NULL
### 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();
Run the code above in your browser using DataLab