cells_per_cluster_table_collapsed_html: Print a HTML of table collapsible by button.

View source: R/html.R

cells_per_cluster_table_collapsed_htmlR Documentation

Print a HTML of table collapsible by button.

Description

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.


bioinfocz/scdrake documentation built on Jan. 29, 2024, 10:24 a.m.