Interesting R Resources


As a Reminder: TutorialsPoint

TutorialPoint is a life-saver if you are learning a new programming language. There is a lot of documentation and examples which you can try online on website. R documentation is very useful for beginners. All of basic topics such as data types, loops, etc. are covered in an efficient order. This website can be described as good summary for beginners and it is a powerful reminder for me.

R For Dummies

R For Dummies is a book for beginners on R programming.It is an introduction to the statistical programming language known as R. It starts by introducing the interface and work our way from the very basic concepts of the language through more sophisticated data manipulation and analysis. Authors claim that after reading this book, you should be able to manipulate your data in the form you want and understand how to use functions.

20 Free Dataset to use

This is an URL for beginners to data science; It includes the most interesting and free public data sets such as Airbnb,Wikipedia and etc.

Different Datasets for R

It is a special collection of different datasets for R programming language. The most important advantage of this website is that there are various datasets from various topics. For example, you can find “Smoking, Alcohol and (O)esophageal Cancer” data, “Motor Trend Car Road Tests” data and " Failures of Air-conditioning Equipment" data together in one page. It is so useful if you are interested to work on interesting datasets of several subjects. This website has more than 100 datasets with explanation of their properties such as row and colomn numbers. Datasets exists in two formats: csv and doc.

Guideline to Write Perfect Code in R

Google explains its style-guide as “The goal of the R Programming Style Guide is to make our R code easier to read, share, and verify. The rules below were designed in collaboration with the entire R user community at Google.” So; it can be said that this style guide is a collection of standard rules,defined by R programmers, which we should be careful when we are coding in R. The guideline includes fundamental information such as simple tricks to write readable code and what should we avoid to use.