Skip to content

Commit

Permalink
tempfile(fileext = ".zip")
Browse files Browse the repository at this point in the history
#84 #85 Not sure if this is right, @SanderDevisscher
  • Loading branch information
LynnPallemaerts committed Oct 10, 2024
1 parent e163d34 commit 3333e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/rename_ct_files.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
#' @examples
#' \dontrun{
#' fistools::download_gdrive_if_missing(gfileID = "1-84hbKouLKGwnLgBSRaQO1BnfogoFZWz",
#' destfile = "./data/test_rename_ct_files.zip",
#' destfile = tempfile(fileext = ".zip"),
#' email = Sys.getenv("email"),
#' update_always = TRUE)
#' unzip("./data/test_rename_ct_files.zip",
#' unzip(tempfile(fileext = ".zip"),
#' exdir = "./data/test_rename_ct_files_unzipped")
#' foldername <- "./data/test_rename_ct_files_unzipped"
#' rename_file_names(foldername)
Expand Down

0 comments on commit 3333e02

Please sign in to comment.