Skip to content

Commit

Permalink
align load_dataset args on r-geoflow/geoflow#262
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jun 12, 2023
1 parent e1d4b63 commit fefe3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunaatlas_actions/load_dataset.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load_dataset <- function(action,entity, config, options){
load_dataset <- function(action,entity, config){
source("https://raw.githubusercontent.com/firms-gta/geoflow-tunaatlas/master/sardara_functions/getSQLSardaraQueries.R")
source("https://raw.githubusercontent.com/firms-gta/geoflow-tunaatlas/master/sardara_functions/FUNMergeDimensions_CodeListLike.R")
source("https://raw.githubusercontent.com/firms-gta/geoflow-tunaatlas/master/sardara_functions/FUNUploadDatasetToTableInDB.R")
Expand Down

0 comments on commit fefe3de

Please sign in to comment.