Posts by Thaissa • 11 points
1 post
-
1
votes2
answers24
viewsQ: How do I return to "double" from the original df?
When I convert df from "factor" to "Numeric" the values become integers. How do I return to "double" from the original df? df <- read.csv2(file.choose()) View(df) str(df) df1 <-…