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

wrong func

parent 65f155ad
......@@ -153,7 +153,7 @@ check_values_format <- function(valid_columns, codebook_param){
high_limit <- str_trim(gsub(",", ".", (sub(".*-", "", value_format[1]))))
if(low_limit == ""){
low_limit <- str_trim(sub(",.*", "", value_format[1]))
high_limit <- str_trim(strtrimsub(".*,", "", value_format[1]))
high_limit <- str_trim(sub(".*,", "", value_format[1]))
}
### parse del formato de una variable continua ##
......
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