R/pull_tutorials.R

Defines functions pull_tutorials

Documented in pull_tutorials

#' Pull the USER 2020 Metaflow tutorials to the current folder
#' @export
pull_tutorials <- function(){
  tutorials_folder <- system.file("user2020_tutorials", package = "user2020metaflow")
  file.copy(tutorials_folder, ".", recursive=TRUE)
  invisible()
}
Netflix/user2020-metaflow-tutorial documentation built on Aug. 8, 2020, 12:03 a.m.