Author: | Hadley Wickham | ISBN: | 9781351201292 |
Publisher: | CRC Press | Publication: | May 24, 2019 |
Imprint: | Chapman and Hall/CRC | Language: | English |
Author: | Hadley Wickham |
ISBN: | 9781351201292 |
Publisher: | CRC Press |
Publication: | May 24, 2019 |
Imprint: | Chapman and Hall/CRC |
Language: | English |
Advanced R helps you understand how R works at a fundamental level. It is designed for R programmers who want to deepen their understanding of the language, and programmers experienced in other languages who want to understand what makes R different and special.
This book will teach you the foundations of R; three fundamental programming paradigms (functional, object-oriented, and metaprogramming); and powerful techniques for debugging and optimising
your code.
By reading this book, you will learn:
The second edition is a comprehensive update:
New foundational chapters: "Names and values," "Control flow," and "Conditions"
comprehensive coverage of object oriented programming with chapters on S3, S4, R6, and how to choose between them
Much deeper coverage of metaprogramming, including the new tidy evaluation framework
use of new package like rlang (http://rlang.r-lib.org), which provides a clean interface to low-level operations, and purr (http://purrr.tidyverse.org/) for functional programming
Use of color in code chunks and figures
Hadley Wickham is Chief Scientist at RStudio, an Adjunct Professor at Stanford University and the University of Auckland, and a member of the R Foundation. He is the lead developer of the tidyverse, a collection of R packages, including ggplot2 and dplyr, designed to support data science. He is also the author of R for Data Science (with Garrett Grolemund), R Packages, and ggplot2: Elegant Graphics for Data Analysis.
Advanced R helps you understand how R works at a fundamental level. It is designed for R programmers who want to deepen their understanding of the language, and programmers experienced in other languages who want to understand what makes R different and special.
This book will teach you the foundations of R; three fundamental programming paradigms (functional, object-oriented, and metaprogramming); and powerful techniques for debugging and optimising
your code.
By reading this book, you will learn:
The second edition is a comprehensive update:
New foundational chapters: "Names and values," "Control flow," and "Conditions"
comprehensive coverage of object oriented programming with chapters on S3, S4, R6, and how to choose between them
Much deeper coverage of metaprogramming, including the new tidy evaluation framework
use of new package like rlang (http://rlang.r-lib.org), which provides a clean interface to low-level operations, and purr (http://purrr.tidyverse.org/) for functional programming
Use of color in code chunks and figures
Hadley Wickham is Chief Scientist at RStudio, an Adjunct Professor at Stanford University and the University of Auckland, and a member of the R Foundation. He is the lead developer of the tidyverse, a collection of R packages, including ggplot2 and dplyr, designed to support data science. He is also the author of R for Data Science (with Garrett Grolemund), R Packages, and ggplot2: Elegant Graphics for Data Analysis.