Skip to content

Commit

Permalink
fix (import_data): remove whitespace (#60)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
GeraldineGomez and gsgomezm authored Sep 29, 2023
1 parent 202e1e1 commit 3150af2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/import_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ import_sep_data <- function(path_data) {
}
}
}

return(data)
}

Expand Down

0 comments on commit 3150af2

Please sign in to comment.