HBS Research Computing Services Blog
HBS Research Computing Services Blog
About
Posts
Projects
Events
Contact
Light
Dark
Automatic
R
Easier web scraping in R with tidyverse
I recently used R for a moderately complicated scraping task, and found that using tools and techniques from the tidyverse made for a very pleasant web scraping experience, especially for retrieving nested data.
Ista Zahn
Jan 10, 2020
4 min read
R
Web Scraping in R
Let’s walk through some steps for web scraping with R. On this Wikipedia page there is a table of visa requirements that I want to scrape. Let’s use the rvest package to get the HTML associated with that page:
Andrew Marder
,
Victoria L. Prince
Aug 8, 2019
2 min read
R
Use machine learning for causal effect in observational study
A simulation for OLS model In an observational study, we need to assume we have the functional form to get causal effect estimated correctly, in addtion to the assumption of treatment being exogenous.
Mar 1, 2017
6 min read
Cite
×