Advanced R / Hadley Wickham.
By: Wickham, Hadley [author.]
.
Material type: 


Item type | Current library | Call number | Copy number | Status | Date due | Barcode |
---|---|---|---|---|---|---|
![]() |
WELLINGTON BOOKS | 519.22 WIC | 1 | Available | B021932 | |
![]() |
WELLINGTON BOOKS | 519.22 WIC | 2 | Issued | 04/08/2022 | B021933 |
Includes bibliographical references and index.
Preface -- 1. Introduction -- I. FOUNDATIONS -- 2. Names and values -- 3. Vectors -- 4. Subsetting -- 5. Control flow -- 6. Functions -- 7. Environments -- 8. Conditions -- II. FUNCTIONAL PROGRAMMING -- 9. Functionals -- 10. Function factories -- 11. Function operators -- III. OBJECT-ORIENTATED PROGRAMMING -- 12. Base types -- 13. S3 -- 14. R6 -- 15. S4 -- Trade-offs -- IV. METAPROGRAMMING -- 17. Big picture -- 18. Expressions -- Quasiquotation -- 20. Evaluation -- 21. Translating R code -- V. TECHNIQUES -- 22. Debugging -- 23. Measuring performance -- 24. Improving performance -- 25. Rewriting R code in C++ -- Bibliography -- Index.
This book 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. It will teach you the foundations of R; three fundamental programming paradigms (functional, object-oriented, and metaprogramming); and powerful techniques for debugging and optimisingyour code. By reading this book, you will learn: The difference between an object and its name, and why the distinction is important; The important vector data structures, how they fit together, and how you can pull them apart using subsetting; The fine details of functions and environments; The condition system, which powers messages, warnings, and errors; The powerful functional programming paradigm, which can replace many for loops; The three most important OO systems: S3, S4, and R6; The tidy eval toolkit for metaprogramming, which allows you to manipulate code and control evaluation; Effective debugging techniques that you can deploy, regardless of how your code is run; How to find and remove performance bottlenecks.
GRETA POINT: 519.22 WIC
There are no comments on this title.