R/project.R

Defines functions slatesProject

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()
  )
}
amar00k/rslates documentation built on May 25, 2021, 1:12 p.m.