R/class_external.R

Defines functions store_cache_path.tar_external store_path_from_record.tar_external store_row_path.tar_external

#' @export
store_row_path.tar_external <- function(store) {
  store$file$path
}

#' @export
store_path_from_record.tar_external <- function(store, record, path_store) {
  record$path
}

#' @export
store_cache_path.tar_external <- function(store, path) {
}

Try the targets package in your browser

Any scripts or data that you put into this service are public.

targets documentation built on Oct. 3, 2024, 1:11 a.m.