tabDataset | R Documentation |
tabPanel
template for a datatable
with a title and
descriptionCreates a tabPanel
template for a datatable
with a title and
description
tabDataset(
ns,
title,
tableId,
columns,
visCols,
data,
description = NULL,
icon = NULL
)
ns |
Namespace function |
title |
Character: tab title |
tableId |
Character: id of the |
columns |
Character: column names of the |
visCols |
Boolean: visible columns |
data |
Data frame: dataset of interest |
description |
Character: description of the table (optional) |
icon |
Character: list containing an item named |
HTML elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.