View source: R/semantic_report_constructors.R
make_accordion_element | R Documentation |
Create a UI accordion element.
make_accordion_element(
results,
color = "green",
label,
active = FALSE,
type,
mark,
df_error_head_n
)
results |
Results to display. |
color |
Color of the label icon. |
label |
Label. |
active |
Is active? |
type |
Result type. |
mark |
Icon to display. |
df_error_head_n |
Number of rows to display in error table. |
Accordion.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.