Description Usage Value Examples
View source: R/use_circletype.R
Load CircleType dependencies
1 |
Load dependencies
1 2 3 4 5 6 7 8 9 10 11 12 | if (interactive()) {
library(shiny)
ui <- fluidPage(
use_circletype(), # load dependencies
circletype(h1("this is a title", id = "test_h1"), dir = -1, radius = 200)
)
server <- function(input, output, session) {}
shinyApp(ui, server)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.