A repository to document whatever I learn in R.
Everyone is welcome to contribute, steps for contributing:
- Create an Issue specifying the contribution work.
- fork this repo into your own account.
git clone <link>your forked repo into local machine.- create new branch development using
git checkout -b development. git commit -m <your_message>your changes into development branch.git push origin developmentinto your forked repository.- Issue a pull request from forked repo to this repo.
- Get your name in CONTRIBUTORS.md!
Note: Add dataset only in zip format and if size less than an MB, else add link to the dataset in a readme file.
Added:
- Datatypes
- Conditions and loops
To do:
- Operators in R
- data manipulation using dplyr
- data viz using ggplot2
- EDA on a built-in dataset