bookclub-advr

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

06.qmd (860B)


      1 ---
      2 title: Cohort 6
      3 ---
      4 {{< video https://www.youtube.com/embed/mmcnkIjANps >}}
      5 <details>
      6 <summary>Meeting chat log</summary>
      7 ```
      8 00:10:18	Oluwafemi Oyedele:	Hi, good evening
      9 00:23:31	Federica Gazzelloni:	Hi Kiante!
     10 00:24:21	Federica Gazzelloni:	Thanks Arthur
     11 00:25:46	Trevin:	Welcome Matt!
     12 00:26:02	Matt Dupree:	hello! thank you!
     13 00:30:34	Federica Gazzelloni:	Hello Matt!
     14 00:30:46	Matt Dupree:	hello!
     15 00:38:24	Ryan Metcalf:	`rlang::cpl()` = “complex”. For example `0+1i`
     16 00:55:37	Trevin:	> two <- c(1,2,3)
     17 > names(two) <- c("one", "two")
     18 > two
     19  one  two <NA> 
     20    1    2    3
     21 00:57:25	Ryan Metcalf:	Excellent Trevin. You beat me to the output! Assuming we didn't supply the string, `NA` is entered instead.
     22 01:08:50	Ryan Metcalf:	Without further research, this is the "Unix Epoch”. However, varying operating systems use different Epochs.
     23 ```
     24 </details>