How to reference to user input in SQL string in R?

المشرف العام

Administrator
طاقم الإدارة
I am building a R Shiny interface that queries the user input in Postgresql and generate the respective map layer. However, I am unsure of the syntax to include the query in the SQL string.

my codes are as follows:

server.r

shinyServer(function(input,output) { drv
 
أعلى