I'm trying to import a RData file but when I do the column names changes to X1, X2, X3... and so on.
Is there anyone who knows how I can fix this issue?
library(readr)
load("~/FDA/OliveOilAdult_v3.RData")
I'm trying to import a RData file but when I do the column names changes to X1, X2, X3... and so on.
Is there anyone who knows how I can fix this issue?
library(readr)
load("~/FDA/OliveOilAdult_v3.RData")