datatableControls: Creates a data table with controls in a column Warning: The...

Description Usage Arguments

View source: R/shiny_utils.R

Description

Creates a data table with controls in a column Warning: The created table has 'escape = FALSE' by default since we are generating HTML code

Usage

1
datatableControls(df, id, ns = NS(""), ...)

Arguments

df

The data frame we want to add the control column to

id

id of the created columns

ns

Namespace function

...

The options to be passed into datatable.


Novartis/subpat documentation built on April 11, 2020, 3:11 p.m.