View source: R/prereg_initialize.R
prereg_initialize | R Documentation |
To initialize a (pre)registration, pass the URL to a Google Sheet holding the (pre)registration form specification (in preregr format), see the "Creating a form from a spreadsheet" vignette), the path to a file with a spreadsheet holding such a specification, or a loaded or imported preregr (pre)registration form.
prereg_initialize(x, initialText = "Unspecified")
x |
The (pre)registration form specification, as a URL to a Google Sheet or online file or as the path to a locally stored file. |
initialText |
The text to initialize every field with. |
For an introduction to working with preregr (pre)registrations, see the "Specifying preregistration content" vignette.
The empty (pre)registration specification.
preregr::prereg_initialize(
"inclSysRev_v0_92"
);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.