R/oldScripts/clean_env.R

Defines functions clean_env

clean_env <- function(clean=FALSE) {
  if(clean) {
    file.remove(here::here("tech_doc.Rmd"))
  }
  bookdown::clean_book(clean)
}
kimberly-bastille/sin-cat documentation built on Oct. 29, 2024, 3:08 a.m.