Announcements

Assignment for Wednesday, September 5

Use R for a task in your daily work. For sharing with the group, you can use your laptop or the conference system to present your use case, or if it’s easier you can send me your files and I’ll present them from my laptop. If you’re attending remotely and would like to share with the group, please let me know.

Assignment for Wednesday, August 29

Review dplyr joins and the homework assignment from Session 6. Fill in the missing code and complete the tasks in the cancer_registry_joins.R script. The scripts use the breast cancer registry data, which you can download from the Session 4 materials page. You can refer to the section on Two-Table dplyr Verbs or to the page of animated joins.

Assignment for Wednesday, August 22

Fill in the missing code and complete the tasks in the cancer_registry_dplyr.R script. The data and original script can be downloaded from the Session 4 materials page, and the partially complete script is in the Session 5 materials page. You can refer to the dplyr cheat sheet or the section on dplyr from Session 3.

Travis Gerke, Thursday, June 28, 2018

We are pleased to announce the launch of a training series, “Data Processing with R,” for any of you who may be interested. Beginning on July 18, there will be 8 weekly sessions held on Wednesday mornings, 9:15-11:15. Four bi-weekly sessions will follow the initial series. The first session is in MKE-1308, and the remaining sessions are in MKE-1022.

The goal of the training series is to develop core proficiencies in the R programming language for data processing tasks that are common to CDS core staff, honest brokers, and other team members who undertake similar data querying and provisioning activities. No prior experience is necessary! Garrick Aden-Buie, an expert R developer in my group, will be leading the sessions (and I may join as a student when my schedule permits, so that I can learn some new tricks too!).

If you would like to attend, plan to bring a laptop, as the sessions will be interactive. We ask that you install R, Rstudio, and the devtools package prior to the first day (instructions available here). Garrick can describe/answer any questions about that process in the first session; the reason for completing the task in advance is to ensure that no security permissions on your machine block you from getting up and running.

Previous Sessions

Date Topic Link
November 05 Project Template Session 12
October 22 Replace Excel Session 11
October 08 R Markdown Session 10
September 24 Working With Files Session 9
September 05 R in Real Life Session 8
August 29 Working with strings Session 7
August 22 Tidying data with tidyr, Dates with lubridate Session 6
August 15 Tidy Data, Two-table dplyr verbs Session 5
August 08 Importing/Exporting Data, Working with dplyr Session 4
August 01 Functions, dplyr, Single-table dplyr verbs Session 3
July 25 Data Types, Packages, Data Collections, Workspaces and RStudio Projects Session 2
July 18 Meet R and RStudio Session 1