R/create_temp_screenlog_filename.R

Defines functions create_temp_screenlog_filename

Documented in create_temp_screenlog_filename

#' Create a filename for a temporary `screenlog` file
#'
#' @return a filename for a temporary `screenlog` file
#' @seealso use \link{create_screenlog} to create a screenlog.
#' @examples
#' check_empty_beautier_folder()
#'
#' create_temp_screenlog_filename()
#'
#' check_empty_beautier_folder()
#' @author Richèl J.C. Bilderbeek
#' @export
create_temp_screenlog_filename <- function() {
  normalizePath(
    get_beautier_tempfilename(
      pattern = "screenlog_",
      fileext = ".csv"
    ),
    mustWork = FALSE
  )
}
richelbilderbeek/beastscriptr documentation built on April 9, 2024, 2:28 p.m.