Skip to content

Commit

Permalink
improve example
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Oct 10, 2024
1 parent b5c7a8d commit 33c8268
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions R/rename_ct_files.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
#' destfile = tempfile(fileext = ".zip"),
#' email = Sys.getenv("email"),
#' update_always = TRUE)
#'
#' foldername <- paste0(tempdir(), "/test_rename_ct_files_unzipped")
#' unzip(tempfile(fileext = ".zip"),
#' exdir = "./data/test_rename_ct_files_unzipped")
#' foldername <- "./data/test_rename_ct_files_unzipped"
#' rename_file_names(foldername)
#' unlink("./data/test_rename_ct_files_unzipped",
#' exdir = foldername)
#' #' rename_file_names(foldername)
#' unlink(foldername,
#' recursive = TRUE)
#'}
#'
Expand Down
9 changes: 5 additions & 4 deletions man/rename_ct_files.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33c8268

Please sign in to comment.