Skip to content

BristolMyersSquibb/blockr.teal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockr.teal

Blockr teal module.

Installation

You can install the development version of blockr.teal like so:

# install.packages("remotes")
remotes::install_github("blockr-org/blockr.teal")

Example

library(blockr.teal)
library(teal)

options("teal.bs_theme" = bslib::bs_theme(5L))

app <- init(
  data = teal_data(iris = iris, cars = cars),
  modules = list(
    blockr_module()
  )
)

shinyApp(app$ui, app$server)

About

blockr as a teal module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published