0

I want to read a .csv file with R, but my data frame contains scientific numbers like 13E07.

How do I convert these into numeric in R?

library("data.table") 
df <- fread(header=TRUE, sep = ";" , "path/file1.csv"  , select = c("Column2", "Column3", "Column4"))

enter image description here

csgroen
  • 2,511
  • 11
  • 28
vlad
  • 49
  • 5

0 Answers0