I am trying to study this dataset but whenever I use the str, head or summary functions it always comes back as NULL:
nhanes <- write.csv2("nhanes3.csv")
summary(nhanes)
str(nhanes)
NULL
NULL
Do you know anything that could help me get this fixed?