R Programming By Example
上QQ阅读APP看书,第一时间看更新

Introduction to R

In a world where data is becoming increasingly important, business people and scientists need tools to analyze and process large volumes of data efficiently. R is one of the tools that has become increasingly popular in recent years for data processing, statistical analysis, and data science, and while R has its roots in academia, it is now used by organizations across a wide range of industries and geographical areas.

Some of the important topics covered in this chapter are as follows:

  • History of R and why it was designed the way it was
  • What the interpreter and the console are and how to use them
  • How to work with basic data types and data structures of R
  • How to pide work by using functions in different ways
  • How to introduce complex logic with control structures