RObservations #1: Uploading your .Rmd File to WordPress: A TroubleShooters Guide

As anyone in tech will tell you. Having a website where you can showcase your work is a huge plus for getting an edge on the market, networking and building a portfolio. When starting out, this sort of stuff might seem overwhelming. If you’re an R user and have done work with RMarkdown, the easiest… Continue reading RObservations #1: Uploading your .Rmd File to WordPress: A TroubleShooters Guide

RvsPython #1: Webscraping

Webscraping is a powerful tool available for efficent data collection. There are ways to do it in both R and Python.I’ve built the same scraper in R and Python which gathers information about all the whitehouse breifings available on http://www.whitehouse.gov (don’t worry guys–it’s legal); This is based off of what I learned from FreeCodeCamp about… Continue reading RvsPython #1: Webscraping