We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d5b55 commit 1079abfCopy full SHA for 1079abf
1 file changed
R/script3_create_table_clinic_static_data.R
@@ -6,7 +6,8 @@
6
#' @param output_root The root directory of the output folder.
7
# @export
8
create_table_clinic_static_data <- function(output_root) {
9
- clinic_data <- readxl::read_excel(here::here("reference_data", "clinic_data.xlsx"))
+ clinic_data <- readxl::read_excel(here::here("reference_data", "clinic_data.xlsx"),
10
+ col_types=c("text", "text", "text", "text", "text", "text", "text", "text", "date", "date"))
11
clinic_data <- clinic_data %>%
12
tidyr::fill(clinic_country_code:clinic_id, .direction = "down")
13
0 commit comments