From fefe3de448aec310140903c9adcdcb048e3a8221 Mon Sep 17 00:00:00 2001 From: eblondel Date: Mon, 12 Jun 2023 19:27:23 +0200 Subject: [PATCH] align load_dataset args on https://github.com/r-geoflow/geoflow/issues/262 --- tunaatlas_actions/load_dataset.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tunaatlas_actions/load_dataset.R b/tunaatlas_actions/load_dataset.R index a492ea5..97f8e92 100644 --- a/tunaatlas_actions/load_dataset.R +++ b/tunaatlas_actions/load_dataset.R @@ -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")