R/class_external.R

Defines functions store_cache_path.tar_external store_path_from_record.tar_external store_row_path.tar_external store_set_timestamp_trust.tar_external

#' @export
store_set_timestamp_trust.tar_external <- function(store) {
  store$file$trust_timestamps <- FALSE
}

#' @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) {
}
wlandau/targets documentation built on May 1, 2024, 7:27 p.m.