Skip to Main Content
University of Oregon
UO Libraries

Digital Scholarship Workshop Materials

This guide will walk users through the process of downloading and installing R and RStudio.

R Workshops

The following R workshops are currently available. This list will be updated as future workshops are scheduled. 

Workshop 1: Introduction to R Monday, Mar. 27, 9:00 AM

Workshop 2: APIs in R Tuesday, Mar. 28 9:00 AM

Workshop 3: Basic Plotting in R Wednesday, Mar. 29 9:00 AM


 

Some data is needed for the workshops. Please use the following links for the corresponding workshop. 

Workshop 1:

Data source: City of New York SAT Results

Direct link to data: https://raw.githubusercontent.com/UODocCenter/DSIGworkshopfiles/master/NYC_SAT.csv

Workshop 2:

Data source: Twitter application management page

API keys will be obtained as a group. However, if you would like to walk through the process of getting an API key from your twitter account, follow the steps below. 

  1. Create a twitter account or login to your current account
  2. Visit the twitter application management page https://apps.twitter.com/
  3. Select "create new app"
  4. Fill in the required information. Note: you may leave the callback URL blank
  5. On the next page will be a tab called "Keys and Access Tokens". This tap will give you your Consumer Key, Consumer Secret Key, Access Token, and your Access Token Secret. Store these codes for later use.

Workshop 3:

Data source: Citi Bike Use Data

Direct link to data: https://github.com/UODocCenter/DSIGworkshopfiles/raw/master/2013-07_Citi_BikeTrip_Data_Subset.csv

 

 

Content from Past Workshops