Skip to content

Commit

Permalink
Fix wrong function name
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnPallemaerts committed Oct 10, 2024
1 parent 3333e02 commit 4d0e446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/rename_ct_files.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
#'}
#' #'@export

rename_file_names <- function(foldername,
extensions = c("jpg", "png", "jpeg", "bmp")) {

require(dplyr)
require(stringr)
rename_ct_files <- function(foldername,

# list all the files in the subfolders and prepare new file names
images <- dir(foldername, recursive = TRUE, full.names = FALSE) %>%
Expand Down

0 comments on commit 4d0e446

Please sign in to comment.