prereg_spec_to_html: Convert a (pre)registration specification to html
Description
Use this function to export your (pre)registration specification to an
HTML file. To instead embed it in an R Markdown file, use
prereg_knit_item_content().
### Load an example (pre)registration specificationdata("examplePrereg_1", package = "preregr");
### Convert it to HTML and show the resultpreregr::prereg_spec_to_html(
examplePrereg_1
);