Nothing
save_current <- function(out, runtime, id, name = "xx", .board = NULL) {
# TODO name
# TODO board
saveRDS(id, file = paste0(".currr.data/", name, "/id_", id, ".rds"))
saveRDS(runtime, file = paste0(".currr.data/", name, "/runtime_", id, ".rds"))
saveRDS(out, file = paste0(".currr.data/", name, "/out_", id, ".rds"))
update_status()
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.