R/get_beautier_folder.R

Defines functions get_beautier_folder

Documented in get_beautier_folder

#' Get the path to the \link{beautier} temporary files folder
#'
#' Get the path to the \link{beautier} temporary files folder
#' @return the path to the \link{beautier} temporary files folder
#' @examples
#' check_empty_beautier_folder()
#'
#' get_beautier_folder()
#'
#' check_empty_beautier_folder()
#' @author Richèl J.C. Bilderbeek
#' @export
get_beautier_folder <- function() {
  normalizePath(
    rappdirs::user_cache_dir(appname = "beautier"),
    mustWork = FALSE
  )
}

Try the beautier package in your browser

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

beautier documentation built on Nov. 2, 2023, 5:08 p.m.