R/class_store_file_fast.R

Defines functions store_set_timestamp_trust.tar_store_file_fast store_assert_format_setting.file_fast store_class_format.file_fast

#' @export
store_class_format.file_fast <- function(format) {
  c("tar_store_file_fast", "tar_store_file", "tar_external", "tar_store")
}

#' @export
store_assert_format_setting.file_fast <- function(format) {
}

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

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.