Nothing
test_that("adds classes", {
x <- div(.style %>% text_transform("uppercase"))
y <- div(.style %>% text_transform("lowercase"))
z <- div(.style %>% text_transform("capitalize"))
expect_s3_class(x, "shiny.tag")
expect_html_class(x, "text-uppercase")
expect_html_class(y, "text-lowercase")
expect_html_class(z, "text-capitalize")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.