In R, I have a reactive dataframe and input for selecting a specific column of dataframe using another input?

前端 未结 0 1513
野趣味
野趣味 2020-12-17 02:42

output$data <- renderPlot({

ggplot( mydata1(),aes(x= mydata1()$dateRep,y=mydata1()$input$variable1)) +geom_path(aes(mydata1()$dateRep)) 

}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题