Skip to content

Commit

Permalink
Merge branch 'develop' into eu44
Browse files Browse the repository at this point in the history
  • Loading branch information
ginberg committed May 31, 2023
2 parents 318614e + 4bc254e commit 2baccb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/EunomiaData.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2baccb8

Please sign in to comment.