Working with SQL in R - Vebash Naidoo (Botswana, Eswatini & Bulawayo R User Groups August Meetup)
Why R? Foundation Why R? Foundation
6.4K subscribers
468 views
0

 Published On Aug 20, 2022

Botswana R, Eswatini UseR and Bulawayo R are excited to be having Vebash Naidoo as a our presenter for the month of August meetup.
She will conduct a tutorial on 'Working with SQL in R'. Vebash is the Head of Data Science at Rain South Africa. She is also a certified R Studio Tidyverse instructor and is an organizer of R Ladies Johannesburg.

PRE-REQUISITES:
Vebash will do a live coding session to demonstrate how to work with SQL in R. Before you join the online event, make sure you have R and R Studio pre-loaded on your computer.
If you would like to follow along they will need a few packages.
-------------------------
install.packages("pacman") # Install pacman package

library("pacman") # Load pacman package

p_load(DBI, odbc, RSQLite, tidyverse, dbplyr, tidyquery, countrycode) # Load packages needed
-------------------------

show more

Share/Embed