Skip to content
Snippets Groups Projects
Commit 9996555a authored by Juliette Engelaere-Lefebvre's avatar Juliette Engelaere-Lefebvre
Browse files

bug_fix importer_data()

parent 1e5a879a
No related branches found
No related tags found
No related merge requests found
Pipeline #58790 passed
......@@ -102,7 +102,7 @@ importer_data <- function(table = NULL, schema = NULL, db = "production", server
}
} else {
message("La table de propri\u00e9t\u00e9s des dataframes R est introuvable, un import standard sera r\u00e9alis\u00e9. ")
def_table = NULL
def_table = data.frame()
defs = data.frame()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment