R/remove_beaustier_folders.R

Defines functions remove_beaustier_folders

Documented in remove_beaustier_folders

#' Remove the `beautier` and `beastier` temporary folders
#'
#' Remove the `beautier` and `beastier` temporary folders
#' @return Nothing.
#' @examples
#' check_empty_beaustier_folders()
#'
#' remove_beaustier_folders()
#'
#' check_empty_beaustier_folders()
#' @author Richèl J.C. Bilderbeek
#' @export
remove_beaustier_folders <- function() {
  remove_beastier_folder()
  beautier::remove_beautier_folder()
}

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.