From 3150af283af4edd7088986b862e6322eab336205 Mon Sep 17 00:00:00 2001 From: GeraldineGomez <46997659+GeraldineGomez@users.noreply.github.com> Date: Fri, 29 Sep 2023 14:30:21 -0500 Subject: [PATCH] fix (import_data): remove whitespace (#60) * fix (get_path_data_disease): updating response and building of the path ref * fix (import_data_event): the event name is convert to a title string * fix (import_sep_data): adding logic for new files of SIVIGILA * fix (convert_edad): updating convertion edad and uni_med fields and format dates * fix (import_data): addinfg microdata request from bin files * fix (DESCRIPTION): adding readxl dependencie * fix (agrupar_sex_semanaepi): remove columns related to geo components * fix (plot_sex_semanaepi): remove experimental scale * fix (import_data): remove whitespace and reduce a line * fix (import_data): remove whispace --------- Co-authored-by: GeraldineGomez --- R/import_data.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/import_data.R b/R/import_data.R index 3662aab9..9e6b6efe 100644 --- a/R/import_data.R +++ b/R/import_data.R @@ -84,7 +84,6 @@ import_sep_data <- function(path_data) { } } } - return(data) }