# Function: ma223_setup
# Description: personal function for students in the course so that all
# necessary functionality is incorporated.
ma223_setup <- ma382_setup <- function(){
pkgs <- utils::installed.packages()
dir <- pkgs[which(pkgs[, "Package"]=="IntroAnalysis"), "LibPath"]
source(paste0(dir, "/IntroAnalysis/exec/ma223setup.R"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.