Import .CSV dataset problem

I'm new in Rstudio environment. I have some .CSV file but i am failed to import .CSV dataset. Because there is no option to import .CSV file. How can I add "From CSV" in import dataset option in Environment console. Thanks :slight_smile:

Hi and welcome @apusaha! For a csv file, you should select From Text. After you click on that button, you'll see the import options where the default delimiter is comma, which is what you likely want for a csv file.

1 Like

Text(base) or Text(readr)? Thank you vey much. @mfherman

I generally use readr, because I like the defaults it provides as compared to base R.

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