17.8 Meeting Videos

17.8.1 Cohort 1

17.8.2 Cohort 2

17.8.3 Cohort 3

17.8.4 Cohort 4

17.8.5 Cohort 5

17.8.6 Cohort 6

Meeting chat log
00:32:31    Oluwafemi Oyedele:  When should eval_tidy() be used instead of eval()?
base::eval() is sufficient for simple evaluation. Use eval_tidy() when you'd like to support expressions referring to the .data pronoun, or when you need to support quosures.
00:37:08    Trevin (he/him):    https://rlang.r-lib.org/reference/topic-defuse.html
00:38:38    Federica Gazzelloni:    https://rlang.r-lib.org/reference/eval_tidy.html
00:39:57    Arthur Shaw:    Tidy eval book: https://bookdown.dongzhuoer.com/tidyverse/tidyeval/
00:40:14    Arthur Shaw:    Also very useful resource: https://dplyr.tidyverse.org/articles/programming.html
00:40:28    Trevin (he/him):    https://ggplot2.tidyverse.org/reference/aes.html
00:40:37    Federica Gazzelloni:    https://ggplot2.tidyverse.org/reference/tidyeval.html
00:41:22    Oluwafemi Oyedele:  It is Tidyverse design
00:49:13    Federica Gazzelloni:    https://www.youtube.com/watch?v=2NixH3QAerQ&list=PL3x6DOfs2NGi9lH7q-phZlPrl6HKXYDbn&index=15
00:50:13    Federica Gazzelloni:    Minute: 17:04
00:54:03    Federica Gazzelloni:    con <- DBI::dbConnect(RSQLite::SQLite(), filename = ":memory:")
00:54:18    Federica Gazzelloni:    DBI::dbDisconnect(con)

17.8.7 Cohort 7

Meeting chat log
00:11:09    Ryan Honomichl: https://medium.com/analytics-vidhya/become-a-better-r-programmer-with-the-awesome-lobstr-package-af97fcd22602
00:33:03    Ryan Honomichl: https://rlang.r-lib.org/reference/enquo.html
00:37:30    Ryan Honomichl: https://rlang.r-lib.org/reference/topic-multiple-columns.html
00:41:00    Ryan Honomichl: brb
00:44:37    Ron Legere: https://www.rdocumentation.org/packages/srvyr/versions/1.2.0
00:44:58    Ron Legere: http://gdfe.co/srvyr/
00:51:51    Stone:  https://cran.r-project.org/web/packages/data.table/vignettes/datatable-intro.html