qloadm <- function(file, envir = caller_env()) { data <- qs::qread(file) .mapply(assign, list(names(data), data), list(pos = envir)) invisible() }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.