form_to_html | R Documentation |
Convert a (pre)registration form to html
form_to_html(
x,
file = NULL,
section = NULL,
headingLevel = 1,
silent = preregr::opts$get("silent")
)
x |
The (pre)registration form (as produced by a call
to |
file |
Optionally, a file to save the html to. |
section |
Optionally, one or multiple sections to include (if |
headingLevel |
The level of the top-most headings. |
silent |
Whether to be silent or chatty. |
x, invisibly
### Load an example (pre)registration specification
data("examplePrereg_1", package = "preregr");
### Extract the form and show it as HTML
preregr::form_to_html(
examplePrereg_1
);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.