# 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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.