Loading…

Advanced R /

An Essential Reference for Intermediate and Advanced R Programmers Advanced R presents useful tools and techniques for attacking many types of R programming problems, helping you avoid mistakes and dead ends. With more than ten years of experience programming in R, the author illustrates the eleganc...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Wickham, Hadley
Format: Electronic eBook
Language:Inglés
Published: Boca Raton, FL : CRC Press, 2015.
Series:Chapman & Hall/CRC the R series (CRC Press)
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • Introduction
  • Foundations. Data structures
  • Subsetting
  • Vocabulary
  • Style guide
  • Functions
  • OO field guide
  • Environments
  • Debugging, condition handling, and defensive programming
  • Functional programming. Functional programming
  • Functionals
  • Function operators
  • Computing on the language. Non-standard evaluation
  • Expressions
  • Domain specific languages
  • Performance. Performance
  • Optimising code
  • Memory
  • High performance functions with Rcpp
  • R's C interface.