Good morning I'm importing a database from the txt format and the values come in factor but I want to numeric. What do I do?
Good morning I'm importing a database from the txt format and the values come in factor but I want to numeric. What do I do?
Dude, try the following:
variavel <- data.frame(nome_da_base, stringsAsFactors = F)