setwd("C:/Users/Bobbyf/Documents/GitHub/")
dir_path <- "ninjar/fork_session_6112/"
setwd(dir_path)
getwd()
## Load packages ##
session_name <- "fork_session_6112"
load_pkgs <- readRDS("load_pkgs")
sapply(load_pkgs, function(pkg){
try(attachNamespace(asNamespace(pkg)), silent = TRUE)
TRUE
})
rlang::scoped_names()
## Load environment ##
share_env <- unserialize(readRDS("share_env"))
env_bind(.GlobalEnv, as.list(share_env))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.