Nothing
dummy_session <- list(
submit = function(code, results, ...) {
cat("submit the following code: \n")
cat(code)
cat("\nformat of result is ", results, "\n")
},
df2sd = function(df, table, libref, ...) {
df_call <- substitute(df, env = parent.frame())
cat(sprintf("submit data into SAS %s.%s\n", libref, table))
},
sd2df = function(table, libref, ...) {
cat(sprintf("obtain SAS dataset %s.%s\n", libref, table))
},
sascfg = list(name = "a", mode = "ssh", SAScfg = list(a = list(tunnel = 123L, rtunnel = 321L)))
)
iris2 <- iris
colnames(iris2) <- gsub("\\.", "_", colnames(iris2))
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.