Hello everyone , i would like to have a Shiny application which could print an interactive graph (thanks to the package plotly on Rstudio) with the selection of the x and y parameters with this function : selectInput()
The data come from a database already import in Rstudio named table31.
Here is my code :