Help query in database

Hello, I need help, I am new to programming in shiny, I would like to know how I could transform a textInput to a string, I want to use what textinput saves to make a query in a database, I cannot find another solution.

Example
I have (textInput ("userName", "Username")

and I want to occupy userName
my_usernames = paste0 ("select id_g from participant WHERE NAME = '",' here_here ', "'")

I appreciate your help

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.