Learn R Programming

data.validator (version 0.2.1)

make_accordion_element: 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
)

Value

Accordion.

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.