shiny web 2
library(shiny)# Define Server Function server output$selected_value output$selected_option output$selected_date output$txtout paste(input$txt1, input$txt2, input$txt3, input$txt4, input$txt5, input$txt6, input$txt7, input$txt8, sep = " " ) }) output$plot ggplot(mtcars, aes(x = wt, y = mpg)) + geom_point() })} # Loading the librarieslibrary(shiny)libr..
2024. 11. 1.