bookclub-advr

DSLC Advanced R Book Club
git clone https://git.eamoncaddigan.net/bookclub-advr.git
Log | Files | Refs | README | LICENSE

07.qmd (779B)


      1 ---
      2 title: Cohort 7
      3 ---
      4 {{< video https://www.youtube.com/embed/tz2z9l41IhU >}}
      5 {{< video https://www.youtube.com/embed/AbdcI57vbcg >}}
      6 <details>
      7 <summary>Meeting chat log</summary>
      8 ```
      9 00:31:54	Ronald Legere:	https://en.wikipedia.org/wiki/First-class_function
     10 00:42:55	Ronald Legere:	https://en.wikipedia.org/wiki/Immediately_invoked_function_expression
     11 ```
     12 </details>
     13 <details>
     14 <summary>Meeting chat log</summary>
     15 ```
     16 00:54:02	Ron:	Book gives this simple example of when you might want to use prefix form of an infix operator: lapply(list(1:3, 4:5), `+`, 3)
     17 00:56:49	collinberke:	https://colinfay.me/playing-r-infix-functions/#:~:text=What%20are%20infix%20functions%3F,%2C%20%2B%20%2C%20and%20so%20on.
     18 01:07:36	Ron:	x[3] <- 33
     19 01:07:51	Ron:	`[<-`(x,3,value =33)
     20 ```
     21 </details>