#' Retrieve the Canvas token
#'
#' Internal function. Retrieves the Canvas token.
#'
#' @keywords internal
get_canvas_token <- function() {
path <- as.character(utils::read.table("meta/token_path.txt"))
return(as.character(utils::read.table(path)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.