Well, about this specific dataset I used the import feature in RStudio, but I took one additional step beforehand.
- Copy the dataset into the Notepad file.
- Replace all
|
characters with,
Import
the Notepad file usingread.csv
to RStudio using this code (seperate columns by,
).
But, if you mean use the R to fully understand it in one step, then I have no idea.