slatesProject <- function(title, authors = "") {
uid <- b64.uid(32)
now <- Sys.time()
list(type = "project",
uid = uid,
title = title,
authors = authors,
date.created = now,
date.modified = now,
date.saved = NULL,
datasets = list(),
slates = list()
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.