makexu93
4/30/2019 - 7:37 PM

Convert list of strings into numeric in R

x <- c("1","2","3")
x_num <- as.numeric(x)