#' Retrieve the Canvas token
#'
#' Internal function. Retrieves the Canvas token.
#'
#' @keywords internal
get_organization <- function() {
path <- "meta/organization.txt"
if (!dir.exists("meta")) {
path <- paste0("../", path)
}
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.