This book is designed for people with some experience in basic programming practices. It is also assumed that they have some basic experience using R and are familiar using the command line in an R environment. Our primary goal is to raise a beginner to a more advanced level to make him/her more comfortable creating programs and extending R to solve common problems.
What you will learn
Understand the fundamental data types and data structures in R
Explore the basic commands and tools to aid in addressing common tasks
Use the primary control structures in R to implement algorithms
Use and develop S3 and S4 classes
Discover the differences between S3 and S4 classes
Bring different ideas together to solve common problems
Understand the fundamental design and approach to objectoriented programming in R