Skip to contents

The table is generated by render_bootstrap_table().

Usage

cells_per_cluster_table_collapsed_html(
  df,
  id = get_random_strings(1, 10),
  label = "Show cells per cluster table"
)

Arguments

df

A dataframe-like object.

id

A character scalar: id attribute of the table. Used to match the button and collapsible content (the table).

label

A character scalar: label of the button.

Value

Invisibly NULL.