Skip to content

Notes for the Web Scraping and Web APIs workshop, DataFest 2017

Notifications You must be signed in to change notification settings

izahn/R_retrieving_data

Repository files navigation

Web Scraping and Web APIs

Researchers often need to retrieve data from a web service and assemble it into a usable data set. This workshop will show you how to do that, using the httr and rvest packages in R.

Prerequisites and Preparation

If you wish to follow along and try things yourself follow these steps:

A github repository containing the workshop materials is available https://github.com/izahn/R_retrieving_data. You can view lesson notes at https://rawgit.com/izahn/R_retrieving_data/master/retrievingOnlineData.html if you wish.