bookclub-advr

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

10.qmd (1600B)


      1 ---
      2 title: Cohort 10
      3 ---
      4 
      5 {{< video https://www.youtube.com/embed/0Gov9xKVf1E >}}
      6 
      7 <details>
      8 
      9 <summary>Meeting chat log</summary>
     10 ```
     11 00:05:24	Olivier Leroy:	my windows manager handle the zoom chat terribly!
     12 00:06:14	Jon Harmon (jonthegeek):	start
     13 00:06:24	Olivier Leroy:	the same, I still not have added a volume button and neither a battery status ..
     14 00:09:11	Olivier Leroy:	I do not want to play with that for indexing
     15 00:11:42	Olivier Leroy:	if you are using a counter to index stuff maybe
     16 00:11:56	Derek Sollberger:	truncate to zero + R doesn't start at zero: ignore
     17 00:16:00	Olivier Leroy:	will it loose attributes?
     18 00:16:04	Olivier Leroy:	(testing)
     19 00:16:12	Olivier Leroy:	x[]
     20 00:17:00	Olivier Leroy:	keeping it
     21 00:23:15	Olivier Leroy:	brb fast
     22 00:26:02	Olivier Leroy:	better than using as.data.frame after droping ....
     23 00:28:20	Ella Kaye:	Wouldn’t x[[1]][[1]] be a single speck of pepper?
     24 00:28:39	Ella Kaye:	Ahh!
     25 00:28:49	Olivier Leroy:	we can test
     26 00:30:33	Olivier Leroy:	x <- list(list(1:2), list(3:4)); x[[1]][[1]]
     27 00:31:19	Olivier Leroy:	yup return: [1] 1 2
     28 00:37:35	Olivier Leroy:	create a fake table fast?
     29 00:41:44	Olivier Leroy:	it is good if you want to join a data frame that was a summary and want to join it back to the "original" data frame
     30 00:45:39	Olivier Leroy:	is it how start_with_() is implemented? (unsure of the function name)
     31 00:55:31	Ella Kaye:	I won’t be here next week, I’m afraid, but looking forward to catching up on the recording, and should be back the following week.
     32 00:55:40	Jon Harmon (jonthegeek):	stop
     33 00:55:43	Stephan Koenig:	Thanks!
     34 ```
     35 </details>