bubbly {bubblyr}R Documentation

Add beautiful interactive bubbles within Shing and RMarkdown backgrounds

Description

Add beautiful interactive bubbles within Shing and RMarkdown backgrounds

Usage

bubbly(theme = "ocean", color = "white")

Arguments

theme

Name of the bubbles theme. See the vignette for a list of themes.

color

Text color. Defaults to 'white'

Value

Themed interactive bubbles for Shiny and RMarkdown backgrounds

Examples

 if (interactive()) {

 ui <- fluidPage(

 bubbly(theme = "meteor")

 )


 server <- function(input, output) {}



 shinyApp(ui = ui, server = server)




}



[Package bubblyr version 0.1.2 Index]