Nothing
#' saspy package
#'
#' @keywords internal
saspy <- NULL
#' sasr Environment
#'
#' @keywords internal
.sasr_env <- new.env()
#' onLoad Function
#'
#' @keywords internal
.onLoad <- function(libname, pkgname) {
options("sascfg" = "sascfg_personal.py")
saspy <<- import("saspy", delay_load = TRUE)
if (requireNamespace("knitr", quietly = TRUE)) {
knitr::knit_engines$set(sas = sas_engine)
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.