R/cleanup.R
CountHtml.Rd
This function facilitates the identification of folders with high numbers of Html files. Particularly useful before backups.
CountHtml(exportCsv = FALSE)
exportCsv | Defaults to FALSE. If TRUE, exports the outputs as csv file in the base folder (usually `castarter`, inside the working folder). |
---|
A data frame with the number of html files inlcuded in project subfolders
CountHtml()#> # A tibble: 0 x 2 #> # ... with 2 variables: dir <chr>, n <int>