args <- commandArgs(TRUE)
name <- args[1]
sim_data <- eve::edd_load(path = name)
print("Saving loaded data")
save(sim_data, file = file.path(name, "sim_data.RData"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.