null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Advanced R, Second Edition

List Price: $72.99
SKU:
9780815384571
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Hadley Wickham
    Format:
    Paperback
    Pages:
    604
    Publisher:
    CRC Press (May 30, 2019)
    Language:
    English
    ISBN-13:
    9780815384571
    Weight:
    35oz
    Dimensions:
    6.125" x 9.1875"
    File:
    TAYLORFRANCIS-TayFran_260403050944986-20260403.xml
    Folder:
    TAYLORFRANCIS
    List Price:
    $72.99
    Series:
    Chapman & Hall/CRC The R Series
    Case Pack:
    6
    As low as:
    $69.34
    Publisher Identifier:
    P-CRC
    Discount Code:
    H
    Audience:
    Professional and scholarly
    Country of Origin:
    United States
    Pub Discount:
    30
    Imprint:
    Chapman and Hall/CRC
  • Overview

    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 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 (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.