R/cleanup.R

Defines functions cleanup

Documented in cleanup

#' @title Cleans up the files and directories created during the process
#'
#' @param dirs The directories to remove.
#'
#' @return NULL
#'
#' @keywords internal
#'
cleanup <- function(dirs) {
  unlink(dirs, recursive=TRUE)
}

Try the infoelectoral package in your browser

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

infoelectoral documentation built on June 22, 2024, 6:59 p.m.