Description Usage Arguments Value Examples
View source: R/report_section_class.R
Creates a new report_section object and populates the slots.
1 2 3 4 5 6 7 8 9 10 | report_section(
object = NULL,
markdown = system.file(package = "structReport", "templates/default_object.Rmd",
mustWork = TRUE),
subsection = NULL,
...
)
## S4 method for signature 'report_section'
length(x)
|
markdown |
path and filename of markdown template to use for the section |
models |
the model to use for this report section |
a struct_class object
the number of sections in a struct_report
1 2 3 | # a section with 2 subsections
MS = report_section*(report_section()+report_section())
length(MS) # 2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.