Here are the books that I have taken the time to create metadata and/or notes for.
The Art of R Programming: A Tour of Statistical Software Design
Chapter 1: Getting Started
mean(abs(rnorm(100))) # generate 100 N(0,1) variates, take abs, then mean
rnorm(10)