diff --git a/R/fetch.R b/R/fetch.R index 73e30e8c43656996e56aece302770ccaaf3b8b91..1a58605751823f580260a182c4e93605170297c9 100644 --- a/R/fetch.R +++ b/R/fetch.R @@ -37,8 +37,7 @@ download_file <- function(folder_path, remote_file_path) { remoteFilePath = remote_file_path, localFilePath = local_file_path, overwrite = TRUE, - fileSet = "@files", - showProgressBar = TRUE + fileSet = "@files" ) }