From 4d7f99efdfd6b17346d96b1f39b277ecf09e7dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pepe=20M=C3=A1rquez=20Romero?= Date: Mon, 6 Mar 2023 16:05:17 +0100 Subject: [PATCH] final script remoto --- valid_variables_script2.R | 1 + 1 file changed, 1 insertion(+) diff --git a/valid_variables_script2.R b/valid_variables_script2.R index 815c2d1..1268560 100644 --- a/valid_variables_script2.R +++ b/valid_variables_script2.R @@ -219,6 +219,7 @@ check_values_format <- function(valid_columns, codebook_param){ next if(!row_names[i] %in% value_format){ variables_out_of_range <- paste(variables_out_of_range, current_column, "the range should be:" , possible_values ,sep = " ") + variables_out_of_range <- paste(variables_out_of_range , "\n" , sep = "") print(paste(current_column, "does not follow the established format", sep=" ")) print(paste("It should follow the following format:", possible_values)) print(paste("Instead of:", paste(row_names, collapse = " "))) -- 2.24.1