Buchungen-popup funktioniert
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
library("dbplyr")
|
||||
library("tidyverse")
|
||||
library("shiny")
|
||||
library("DBI")
|
||||
library("RSQLite")
|
||||
library("dbx")
|
||||
library("shinydashboard")
|
||||
library("reactable")
|
||||
library("conflicted")
|
||||
library("R.utils")
|
||||
|
||||
conflicts_prefer(dplyr::select)
|
||||
conflicts_prefer(dplyr::filter)
|
||||
|
||||
options(shiny.reactlog = TRUE)
|
||||
options(shiny.error = browser)
|
||||
|
||||
conn <- dbConnect(RSQLite::SQLite(), "db/development.sqlite3")
|
||||
sourceDirectory("R/")
|
||||
Reference in New Issue
Block a user