Skip to content

Commit

Permalink
change getEunomiaConnectionDetails so that it only downloads datasets…
Browse files Browse the repository at this point in the history
… if they have not been previously downloaded.
  • Loading branch information
ablack3 committed Sep 17, 2024
1 parent 79c8944 commit 0999849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Connection.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ getEunomiaConnectionDetails <- function(databaseFile = tempfile(fileext = ".sqli
}
}

datasetLocation <- getDatabaseFile(datasetName = "GiBleed", dbms = dbms, databaseFile = databaseFile)
datasetLocation <- getDatabaseFile(datasetName = "GiBleed", dbms = dbms, databaseFile = databaseFile, overwrite = FALSE)
DatabaseConnector::createConnectionDetails(dbms = dbms, server = datasetLocation)
}

Expand Down

0 comments on commit 0999849

Please sign in to comment.