Apr 12

Coursera Data Science Specialization Capstone course learning journal 2 – Reading .txt file with R

Reading the large .txt files from the course project has been a long learning journey for me. Method 1: R base function: readLines() I first started using the R base function readLines(). This would return a character vector, which the … Continue reading