Apr 16

Coursera Data Science Specialization Capstone course learning journal 3 – Ploting text file features

Last journal talked about how to get general txt files features such as size, line, word and char counts. This journal will record my learning journey of ploting the features. See below: > textStats Type File.Size Lines Total.Words Total.Chars 1 … Continue reading

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