# NOT RUN {
if (interactive() && require(dash)) {
# This feature is obsolete. It may still work in some
# browsers, but could stop working at any time. Try to
# avoid using this component.
library(dash)
library(dashHtmlComponents)
app <- Dash$new()
app$layout(
htmlDiv(list(
htmlMarquee("Here is some sliding text that uses htmlMarquee")
))
)
app$run_server()
}
# }
Run the code above in your browser using DataLab