'Add quotes to output text r shiny

I am trying to put quotes around text output in my shiny application.

output$more_button <- renderText({ more_button_text ()})

The output of this command in R shiny is the following link:

www.google.com 

but I need it in quotes like this

"www.google.com"

Would you please recommend a solution?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source