Best Sellers in Books
Discover the most popular and best selling products in Books based on sales

Disclosure: I get commissions for purchases made through links in this website
Computer Science - Advanced R, Second Edition (Chapman & Hall/CRC The R Series)

Description

Book Synopsis: 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 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. 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 (rlang.r-lib.org), which provides a clean interface to low-level operations, and purr (purrr.tidyverse.org) for functional programming. Use of color in code chunks and figures. Read more

Details

Are you looking to take your R programming skills to the next level? Look no further than Advanced R, Second Edition. This book provides deep insights into the fundamental workings of R, allowing you to master the language like never before. Whether you're a seasoned R programmer or coming from a different coding language, this book will help you understand what sets R apart and make you a more efficient and effective coder.

With Advanced R, you'll delve into the essential programming paradigms of R, including functional, object-oriented, and metaprogramming. Discover the intricacies of vector data structures, functions and environments, and the powerful condition system that drives messages, warnings, and errors. Say goodbye to inefficient for loops with the functional programming paradigm and learn about essential OO systems like S3, S4, and R6.

This second edition of Advanced R is a must-have for any serious R programmer. With new foundational chapters, comprehensive object-oriented programming coverage, and in-depth exploration of metaprogramming with the tidy eval toolkit, you'll be equipped with the tools you need to debug and optimize your code effectively. Don't miss out on this updated version with colorful code examples, figures, and new packages like rlang and purr.

Learn more and elevate your R programming skills with Advanced R, Second Edition today!

Disclosure: I get commissions for purchases made through links in this website