I want to know how to correct the code to delete a character (period) in an identity number variable (eg: "2.564.752"
convert to "2564752"
).
Instead of deleting just that character, it ends up deleting all my variable, would you have any suggestions?
becal_cobertura = gsub('.', '', becal_cobertura)