R/get_temp_evidence_filename.R

Defines functions get_temp_evidence_filename

Documented in get_temp_evidence_filename

#' Get the name for a temporary file to store the
#' evidences (aka marginal likelihoods) as
#' a comma-separated file
#' @return one string
#' @export
get_temp_evidence_filename <- function() {
  beautier::get_beautier_tempfilename(
    pattern = "evidence_",
    fileext = ".csv"
  )
}
richelbilderbeek/pirouette documentation built on Oct. 18, 2023, 3:09 p.m.