-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alexandre Henrique edited this page Jan 9, 2020
·
1 revision
Welcome to my wiki page of the notes I made about the Advanced R book!
This wiki is just a place where I synthesize and summarise some topics I found interesting or important during my reading times of Advanced R. The main purpose of this wiki is to serve as a reference guide throughout the book in the challenging moments of R development and knowledge sharing.
- 6 Functions
- 6.1 Introduction
- 6.2 Functions Fundamentals
- 6.3 Function Composition
- 6.4 Lexical Scoping
- 6.5 Lazy Evaluation
- 6.6 dot dot dot
- 6.7 Exiting a Function
- 6.8 Function Forms
- 7. Environments
- 9 Functionals
- 9.1 Introduction
- 9.2 My first functional: map()
- 9.3 purrr Style
- 9.4 Map Variants
- 9.5 Reduce Family
- 9.6 Predicate Functionals
- 9.7 Base Functionals
- 10 Function Factories