View source: R/prereg_knit_item_content.R
prereg_knit_item_content | R Documentation |
This function inserts the specified content for the items in a (pre)registration, or in one or more sections, into an R Markdown file.
prereg_knit_item_content(x, section = NULL, headingLevel = 2)
x |
The (pre)registration object (as produced by a call to
|
section |
The section(s) to show; pass |
headingLevel |
The level to use for the top-most heading. |
x, invisibly
### Load an example (pre)registration specification
data("examplePrereg_1", package = "preregr");
### Knit the contents of the "metadata" section
### as an R Markdown partial
examplePrereg_1 |>
preregr::prereg_knit_item_content(
section="metadata"
);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.