Using visualisation to understand R theory
Apr 11, 2018, 04:00 PM - 05:00 PM | 10 Evans Hall | Location Changed
Hadley Wickham, RStudio
In this talk, I will introduce the lobstr package which provides tools to visualise R's data structures on the command line. I'll show three R functions ast(), cst(), and ref() and use them to discuss three important components of R's theory:
1. All R code possesses a tree like structure, known as the abstract
syntax tree.
2. R's lazy evaluation introduces a tree-like structure into the...