“first argument“ error when using shinyapps.io, rodbc to show sql query result in web
问题 First of all, I need to use R to get SQL query result from HANA database, which I finish by using RODBC in Rstudio. Second of all, I need to share my code with others, which I use shinyapps.io to finish. However, I need to use shinyapps to show my SQL query result on other computers, which I have the following error message: error first argument is not an open rodbc channel I used the answer from R shiny RODBC connection Failing, but it still does not work. Here is my codes for ui.R and sever