Commit f3bc2913 authored by Pepe Márquez Romero's avatar Pepe Márquez Romero

skipped variable print

parent fb7766e9
......@@ -137,6 +137,7 @@ check_values_format <- function(valid_columns, codebook_param){
possible_values <- codebook_param$Possible.values.format[codebook_param$Harmonised.variable.name == current_column]
if (length(variable_type) > 1 || is.na(variable_type) || is.na(possible_values)){
print(paste("Variable" , current_column , "skipped" , sep= " "))
next
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment