make_accordion_element: Create a UI accordion element.

View source: R/semantic_report_constructors.R

make_accordion_elementR Documentation

Create a UI accordion element.

Description

Create a UI accordion element.

Usage

make_accordion_element(
  results,
  color = "green",
  label,
  active = FALSE,
  type,
  mark
)

Arguments

results

Results to display.

color

Color of the label icon.

label

Label.

active

Is active?

type

Result type.

mark

Icon to display.

Value

Accordion.


data.validator documentation built on May 31, 2023, 7:05 p.m.