Form: Psychological Research Preregistration-Quantitative (aka PRP-QUANT) Template (v1)"

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

This vignette shows the Psychological Research Preregistration-Quantitative (aka PRP-QUANT) Template form. It can be initialized as follows:

initialized_prpQuant_v1 <-
  preregr::prereg_initialize(
    "prpQuant_v1"
  );

After this, content can be specified with preregr::prereg_specify() or preregr::prereg_justify. To check the next field(s) for which content still has to be specified, use preregr::prereg_next_item().

The form's metadata is:

knitr::kable(
  initialized_prpQuant_v1$form$metadata
);

The form is defined as follows (use preregr::form_show() to show the form in the console, instead):

preregr::form_knit(
  "prpQuant_v1"
);


Try the preregr package in your browser

Any scripts or data that you put into this service are public.

preregr documentation built on May 31, 2023, 7:10 p.m.