bubbly: Add beautiful interactive bubbles within Shing and RMarkdown...

Description Usage Arguments Value Examples

View source: R/bubbly.R

Description

Add beautiful interactive bubbles within Shing and RMarkdown backgrounds

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 if (interactive()) {

 ui <- fluidPage(

 bubbly(theme = "meteor")

 )


 server <- function(input, output) {}



 shinyApp(ui = ui, server = server)




}

bubblyr documentation built on July 30, 2020, 1:06 a.m.