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

bug fix post_data()

parent c435ea16
No related branches found
No related tags found
No related merge requests found
Pipeline #58795 passed
......@@ -164,7 +164,7 @@ poster_data <- function(data = NULL,
}))
# le type liste n'est pas géré :
attempt::stop_if(any(grepl("list", types)), isTRUE(), msg = "Le type 'list' n'est pas g'\u00e9r\u00e9.\nveuillez convertir les champs concern\u00e9 en texte.")
attempt::stop_if(any(grepl("list", types)), isTRUE, msg = "Le type 'list' n'est pas g'\u00e9r\u00e9.\nveuillez convertir les champs concern\u00e9 en texte.")
## modular handling of different data type attributes (add new below)
### gerer les attributs temporels
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment