标签: r shinydashboard
我正在尝试从闪亮应用程序的ui部分的选择输入变量中获取列名,如下所示:
server <- function(input,output){ output$plot1 <-renderPlot( { x <- input$select_input_ID plot(df$x,df$col2_name) } ) }
我尝试使用get(x)