# Load the packages
library(learnr)
library(stat305templates)
knitr::opts_chunk$set(echo = FALSE)
# Setup safe evaluation.
enable_safe_eval()
# Setup the PostgreSQL event store.
setup_psql_event_store(ignore_errors = FALSE)
# Start a user session
start_user_session(appid = 'myapp')


dakep/stat305templates documentation built on Nov. 27, 2022, 8:23 a.m.