How to use RStudio and Github for version control

Objective: Integrate Github and RStudio to maintain an R code project Setup your Github account : Github is the repository for your code. You can share the scripts written by you with everyone. Read more about it – https://en.wikipedia.org/wiki/GitHub . Register at Github for an account – https://github.com/ Follow these steps to integrate github with rstudio. Git Installation:  […]