<!DOCTYPE html>

bc-page2-present

bc-page2-present

library(diades.atlas)
# renv::install("dm")
# library(dm)
library(dplyr)
library(leaflet)
library(ggplot2)

Connect to database

Do not forget to set environment variables in .Renviron

# Connect to database
con <- connect()

# Listtables
# DBI::dbListTables(con)
# DBI::dbListObjects(con)

Stop connection

DBI::dbDisconnect(con)