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) {
}

Try the targets package in your browser

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

targets documentation built on Oct. 12, 2023, 5:07 p.m.