When I import data the column names change

Viewed 25

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")

The dataframe:

0 Answers
Related