R/get_temp_errors_filename.R

Defines functions get_temp_errors_filename

Documented in get_temp_errors_filename

#' Get the name for a temporary file to store
#' inference errors.
#' @return one string
#' @export
get_temp_errors_filename <- function() {
  beautier::get_beautier_tempfilename(
    pattern = "errors_",
    fileext = ".csv"
  )
}
richelbilderbeek/pirouette documentation built on Oct. 18, 2023, 3:09 p.m.