mirror of
https://github.com/bspeice/betterwithdata_cleaning_4
synced 2024-12-04 21:28:09 -05:00
select none by default
This commit is contained in:
parent
558c05bb51
commit
e756c78651
@ -10,7 +10,7 @@ shinyUI(fluidPage(
|
|||||||
sidebarLayout(
|
sidebarLayout(
|
||||||
sidebarPanel(
|
sidebarPanel(
|
||||||
checkboxGroupInput('show_vars', 'Columns in dataset to show:',
|
checkboxGroupInput('show_vars', 'Columns in dataset to show:',
|
||||||
names(emergency2013), selected = names(emergency2013))
|
names(emergency2013), selected = NULL)
|
||||||
),
|
),
|
||||||
|
|
||||||
# Show a summary table of the selected variables
|
# Show a summary table of the selected variables
|
||||||
|
Loading…
Reference in New Issue
Block a user