I am developing a shiny app and frequently use the dput(names(data))
in the renderUI
. Because of it, I see the output of dput(names(data))
on the console.
How to prevent dput
showing the output in the console?
Thank you.
D
I am developing a shiny app and frequently use the dput(names(data))
in the renderUI
. Because of it, I see the output of dput(names(data))
on the console.
How to prevent dput
showing the output in the console?
Thank you.
D