Web Scraping
21 Apr 2017Presenter: Erin York
Plan and Prerequisites
We will go over the basics of web scraping and I will introduce two useful packages for doing it in R
– rvest
and RSelenium
.
Prerequisits
- Plese make sure that you have the latest version of Java installed (you can download it here). For those who use
Homebrew/Caskroom
on Mac, you can also update the Java by typingbrew cask reinstall java
(orbrew cask install java
if you didn’t have Java installed throughHomebrew/Caskroom
before) in your terminal application. - Download the handout below.