Recent posts

The Good Charts!!

2019/11/27 | less than 1 minute read

Data visualizations make big and small data easier for the human brain to understand, and visualization also makes it easier to detect patterns, trends, and ...

R Helper Functions - Expedite your work

2019/06/20 | 1 minute read

R helper functions make easier to read programs. We can reuse the computations and code snippet. It is best to create a list of helper functions and source t...

Coastline Zip Codes (USA) - New Approach

2019/04/08 | 1 minute read

While working on a project, we came across a scenario where we had to find the coastline zipcode. This post explains the approach I used.