From 5e21f82dc0a6ffa8d1383251bdb96c06378fed25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pepe=20M=C3=A1rquez=20Romero?= Date: Mon, 6 Mar 2023 16:05:03 +0100 Subject: [PATCH] final script remoto --- valid_variables_script2.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valid_variables_script2.R b/valid_variables_script2.R index 1b27f93..815c2d1 100644 --- a/valid_variables_script2.R +++ b/valid_variables_script2.R @@ -218,7 +218,7 @@ check_values_format <- function(valid_columns, codebook_param){ if(row_names[i] == "NA") next if(!row_names[i] %in% value_format){ - variables_out_of_range <- paste(variables_out_of_range, current_column, sep = " ") + variables_out_of_range <- paste(variables_out_of_range, current_column, "the range should be:" , possible_values ,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