mirror of
https://github.com/bspeice/betterwithdata_cleaning_4
synced 2024-12-04 21:28:09 -05:00
checkboxes for each of the variables added
This commit is contained in:
parent
82e3c67b20
commit
b21bd11eaa
@ -9,11 +9,8 @@ shinyUI(fluidPage(
|
|||||||
# Sidebar with a slider input for the number of bins
|
# Sidebar with a slider input for the number of bins
|
||||||
sidebarLayout(
|
sidebarLayout(
|
||||||
sidebarPanel(
|
sidebarPanel(
|
||||||
sliderInput("bins",
|
checkboxGroupInput('show_vars', 'Columns in dataset to show:',
|
||||||
"Number of bins:",
|
names(emergency2013), selected = names(emergency2013))
|
||||||
min = 1,
|
|
||||||
max = 50,
|
|
||||||
value = 30)
|
|
||||||
),
|
),
|
||||||
|
|
||||||
# Show a plot of the generated distribution
|
# Show a plot of the generated distribution
|
||||||
|
Loading…
Reference in New Issue
Block a user