inst/ignore/planks.R

#' planks
#' 
#' like boards in package \pkg{pins}
#' @export
#' @param name (character) plank name 
#' @return xxxx
#' @examples
#' # plank_register()
plank_register <- function(name, cache, ...) {
  
}

#' @export
plank_list <- function() {
  "xxx"
}
sckott/capins documentation built on Feb. 13, 2021, 12:55 a.m.