library(cli)
library(rlang)assert1 <- function(x, y, arg = caller_arg(x)) {
if (!inherits(x, y)) {
abort(format_error("{.strong {arg}} must be of class {y}"))
}library(cli)
library(rlang)assert1 <- function(x, y, arg = caller_arg(x)) {
if (!inherits(x, y)) {
abort(format_error("{.strong {arg}} must be of class {y}"))
}| library(DBI) | |
| library(RPostgres) | |
| library(dplyr) | |
| library(dbplyr) | |
| con <- dbConnect(Postgres()) | |
| dbExecute(con, "CREATE ROLE admin") | |
| dbExecute(con, "CREATE ROLE alice") |
| library(shiny) | |
| library(bslib) | |
| library(ggplot2) | |
| ui <- page_sidebar( | |
| title = h1( | |
| class = "bslib-page-title", | |
| "Errors when bins == 29" | |
| ), |