dynamic_load <- function(fileName){ #loads an RData file, and returns it load(fileName) get(ls()[ls() != "fileName"]) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.