make_BY2011_legacy_env <- function (
rda_path,
verbose = TRUE
) {
BY2011_legacy_env <- new.env()
load(rda_path, envir = BY2011_legacy_env)
return(BY2011_legacy_env)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.