Recent posts

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.

Coastline Zip Codes (USA)

2019/04/06 | 1 minute read

It explains the distance calculation, Power BI dashbord, and other methods followed.