From e1abeb92e41134ae62d6673822b0d3af8ccbd4af Mon Sep 17 00:00:00 2001 From: Ger Inberg Date: Tue, 30 May 2023 14:56:37 +0200 Subject: [PATCH] #45 --- R/EunomiaData.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/EunomiaData.R b/R/EunomiaData.R index b8c51f7..98caf39 100644 --- a/R/EunomiaData.R +++ b/R/EunomiaData.R @@ -99,7 +99,7 @@ extractLoadData <- function(from, to, dbms = "sqlite", verbose = interactive()) if(verbose) { cli::cat_line(paste0("Unzipping ", from)) } - utils::unzip(zipfile = from, exdir = tempFileLocation) + utils::unzip(zipfile = from, exdir = tempFileLocation, junkpaths = TRUE) # get list of files in directory and load them into the SQLite database