Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
This vignette shows an inclusive general-purpose registration form (previous versions of this form: v1.0). It can be initialized as follows:
initialized_generalPurpose_v1 <- preregr::prereg_initialize( "generalPurpose_v1_1" );
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_generalPurpose_v1$form$metadata );
The form is defined as follows (use preregr::form_show() to show the form in the console, instead):
preregr::form_knit( "generalPurpose_v1_1" );
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.