View source: R/use_circletype.R
| use_circletype | R Documentation |
Load CircleType dependencies
use_circletype()
Load dependencies
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.