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,
  df_error_head_n
)

Arguments

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.

Value

Accordion.


data.validator documentation built on May 29, 2024, 6:37 a.m.