R/get_beastier_folder.R

Defines functions get_beastier_folder

Documented in get_beastier_folder

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

Try the beastier package in your browser

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

beastier documentation built on Nov. 7, 2023, 5:08 p.m.