minisciencegirl / studyGroup

http://minisciencegirl.github.io/studyGroup/
Other
43 stars 20 forks source link

Introduction to R via the Tidyverse #174

Open ttimbers opened 6 years ago

ttimbers commented 6 years ago

Description

Join us for a hands-on introduction to R via the Tidyverse! We will walk through loading data, selecting and filtering columns and rows, as well as how to make a simple scatter plot.

Requirements

Have a recent (last 6 months) version of R and RStudio installed, and the tidyverse R package. To install the tidyverse R package, open RStudio and type install.packages("tidyverse") into the console.

Time and Place

Where: Koerner Library, Room 216, UBC Campus

When: Thursday, June 14, 2018 at 9:00 am

markjohnsonubc commented 6 years ago

Is this 9a? I had thought it was 3p? Either fine, but my sense it this is a time zone snafu

Mark

On Jun 13, 2018, at 10:14 PM, Tiffany Timbers notifications@github.com<mailto:notifications@github.com> wrote:

Description

Join us for a hands-on introduction to R via the Tidyverse! We will walk through loading data, selecting and filtering columns and rows, as well as how to make a simple scatter plot.

Requirements

Have a recent (last 6 months) version of Rhttps://mirror.its.sfu.ca/mirror/CRAN/ and RStudiohttps://www.rstudio.com/products/rstudio/download/#download installed, and the tidyverse R package. To install the tidyverse R package, open RStudio and type install.packages("tidyverse") into the console.

Time and Place

Where: Koerner Library, Room 216, UBC Campus

When: Thursday, June 14, 2018 at 9:00 am

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/minisciencegirl/studyGroup/issues/174, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AKQzievJo45Nk7OkCdxp569Fth7ixJ8Vks5t8fFMgaJpZM4UnUfZ.

ttimbers commented 6 years ago

Nope - it's actually 9am! No timezone snafu! We took a poll at the planning meeting last week and it seemed to be the best day/time for those there.

ttimbers commented 6 years ago

Here's the AMAZING cheatsheet from Jenny Bryan on joins in R: http://stat545.com/bit001_dplyr-cheatsheet.html