csv files not reading

df <- read_csv("pulse2020_puf_01")
df
View(df)
ncol(df)
nrow(df)
colnames(df)
str(df)

df_hweight <- read_csv("pulse2020_puf_hhwgt_01")
df_hweight
View(df_hweight)
ncol(df_hweight)
nrow(df_hweight)
colnames(df_hweight)
str(df_hweight)

Do you need to include an extension in the filename?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.