R Programming- hands on with dplyr package

In this post, l will briefly go over the dplyr package which can make data manipulation very easy in R. First install the package from CRAN by issuing install.packages(“dplyr”). After installing load the package by issuing the command library(dplyr). This tutorial is on dplyr version 0.4.0 or later so check to make sure the requirement […]

Read More

Basic Guide to Git and Github

I want to quickly go over the basic steps to get git and github working. Years ago l wrote on one of the version control softwares subversion which you can find somewhere on my blog. Version control software are critical in many situations and git is free software you can install on your laptop to […]

Read More