Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
This vignette shows the Inclusive Systematic Review Registration Form. It can be initialized as follows:
initialized_inclSysRev_v0_92 <- preregr::prereg_initialize( "inclSysRev_v0_92" );
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_inclSysRev_v0_92$form$metadata );
The form is defined as follows (use preregr::form_show() to show the form in the console, instead):
preregr::form_knit( "inclSysRev_v0_92" );
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.