Learn R Programming

gentelellaShiny (version 0.1.0)

tileCountRow: tileCountRow

Description

tileCountRow

Usage

tileCountRow(...)

Arguments

...

tileCountElements

Examples

Run this code
# NOT RUN {
if (interactive()) {
 library(shiny)
 library(gentelellaShiny)
 shinyApp(
  ui = gentelellaPageCustom(
   gentelellaBody(
    tileCountRow(
      lapply(1:4, tileCountElement)
    )
   )
  ),
  server <- function(input, output) {}
 )
}

# }

Run the code above in your browser using DataLab