streakexplorerApp: Streak explorer app

View source: R/app.R

streakexplorerAppR Documentation

Streak explorer app

Description

Streak explorer app

Usage

streakexplorerApp(my_pool, initial_year_min, initial_year_max, ...)

Arguments

my_pool

RMariaDB DB pool

initial_year_min

Minimum year in the initial year range

initial_year_max

Maximum year in the initial year range

...

Additional arguments passed on to shiny::shinyApp

Value

A shiny::shinyApp

Examples

## Not run: 
my_pool <- pool::dbPool(
  RMariaDB::MariaDB(),
  host = Sys.getenv("streak_explorer_db_host"),
  port = as.integer(Sys.getenv("streak_explorer_db_port")),
  user = Sys.getenv("streak_explorer_db_user"),
  password = Sys.getenv("streak_explorer_db_password"),
  dbname = Sys.getenv("streak_explorer_db_name")
)
streakexplorerApp(my_pool, 1948, 1960)

## End(Not run)

tor-gu/streakexplorer documentation built on Aug. 2, 2022, 8:22 p.m.