【发布时间】:2014-08-15 08:29:03
【问题描述】:
我目前正在使用以下代码创建一个小部件:
selectInput("City", label = h5("City"),
choices = list("Miami","San Francisco", "Chicago" ,
"New York","Los Angeles" ), selected = 1)
我了解 selectInput 有一个宽度参数:http://shiny.rstudio.com/reference/shiny/latest/selectInput.html
但我对如何调整小部件的高度感到困惑。
【问题讨论】: