trouble transforming variables numeric

Well, but for get a better help try to put reproducible example for better understand the situation

Reprex

Othe way is paste the result of dput():

data <- read.csv("yourfile.csv", stringsAsFactors = FALSE) #load data
dput(head(data,20)) # For get all columns and the firs 20 rows of the data
1 Like