Learn R Programming

preregr (version 0.2.9)

form_show: Show a (pre)registration form

Description

This function shows (parts of) a (pre)registration form.

Usage

form_show(x, section = NULL)

Value

x, invisibly

Arguments

x

The (pre)registration form (as produced by a call to form_create()).

section

The section(s) to show; pass NULL (the default) to show everything.

Examples

Run this code
### 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