Shiny (R GUI) replaces < and > with & lt; and & gt; in tags$script(), how to fix that? I need to use greater and less signs in my javascript.
Whoops, sorry about that!
You can work around this problem for now by wrapping your script strings in HTML()
, which will tell Shiny not to escape (this works in any context, not just inside script tags).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With