You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/spot_unused_files.R
+25-2Lines changed: 25 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
#' @param script.extensions A character vector with the script extensions to be considered. Default is c("R", "Rmd", "qmd").
7
7
#' @param archive A logical value indicating whether to archive the unused files. If \code{TRUE} the spotted files will be move into the folder "./unused_files". Default is \code{FALSE}.
8
8
#' @param ignore.folder A character string with the path or paths to the directory(ies) to be ignored. Default is \code{NULL}.
9
+
#' @param remove.empty A logical value indicating whether to remove empty folders after moving the unused files. Default is \code{FALSE}.
0 commit comments