In September 2022 we are kicking off a new series of community meetups that will take place on the FIRST THURSDAY of each month. During these meetups there will be an opportunity to introduce yourself and share information about your work and interest in R programming. At each monthly meetup we will invite a community member to share how they have recently used R in their work. The talk will include a code-walkthrough to give community members the opportunity to learn, give feedback, and re-use existing code.

For a full list of speakers and topics or to sign up as speaker, please see our Google Sheet.

Past and Upcoming Events

*

Resources to begin your journey with R

The Carpentries teaches foundational coding and data science skills to researchers worldwide. All our lessons are available under a …

Data Wrangling with Dplyr Package

Data wrangling is an essential step in the data science workflow as over 60% of the time is spent wrangling/munging the data before …

String manipulation using the forstringr package

The goal of forstringr is to enable complex string manipulation in R especially to those more familiar with LEFT(), RIGHT(), and MID() …