tabDataset {psichomics} | 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)
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) |
HTML elements