This repository is to access resusable R codes(packages) for data science.
How to install? Use the devtools packages which provides utitlities to install packages from github. Use function install_github()
Example: library(devtools)
install_github("ketul14/RCodes/sqlDBConnection")
install_github("ketul14/RCodes/dataPreprocessing")