I’ve got an issue during reading csv file using Rstudio (both latest versions). After importing data into Rstudio, all values of the last column/variable became NA. When reading the same data using R, data showed normally. When I converted the data set to RData file, Rstudio showed data normally.
Does anyone know the reason why?
Much appreciate any your comments and suggestions.
-Thuan
To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:
I found that Rstudio use read_csv() that read csv flies in incorrect way.
I typed read.csv() in Rstudio environment as usually use in R software, it shows results normally.
I think that read_csv() from menu bar have had an issue that needs to be considered.