Nothing
create_event_writer <- function(logdir) {
fs::dir_create(logdir, recurse = TRUE)
fname <- file.path(
logdir,
paste0("events.out.tfevents.", as.integer(Sys.time()), ".v2")
)
fs::file_create(fname)
event_writer(fname)
}
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.