Form: Preregistration Template for Qualitative and Quantitative Ethnographic Studies (v0.95)"

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

This vignette shows the Preregistration Template for Qualitative and Quantitative Ethnographic Studies form (previous versions of this form: v0.93, v0.94). It can be initialized as follows:

initialized_preregQE_v0_95 <-
  preregr::prereg_initialize(
    "preregQE_v0_95"
  );

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_preregQE_v0_95$form$metadata
);

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

preregr::form_knit(
  "preregQE_v0_95"
);


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.