This function facilitates the identification of folders with high numbers of Html files. Particularly useful before backups.

CountHtml(exportCsv = FALSE)

Arguments

exportCsv

Defaults to FALSE. If TRUE, exports the outputs as csv file in the base folder (usually `castarter`, inside the working folder).

Value

A data frame with the number of html files inlcuded in project subfolders

Examples

CountHtml()
#> # A tibble: 0 x 2 #> # ... with 2 variables: dir <chr>, n <int>