15 new ideas and new tools for R gathered from the RStudio Conference 2019

Below we list the tools and innovations from the RStudio Conference in Austin, Texas that we found the most useful and exciting. As with last year’s conference, the event is well organized and the community of R users is enthusiastic and professionally diverse which makes for a fun and interesting conference. And, similar to last […]

Continue reading →

Manipulating and mapping US Census data in R using the acs, tigris and leaflet packages

Census data the hard way Plotting census data with ggplot2 Interactive plotting with the leaflet package Options 1: Convert the data.frame back to a SpatialPolygonsDataFrame Options 2: Make use of the existing SpatialPolygonsDataFrame Census data the easy(er) way 1) Set up the packages 2) Get the spatial data (tigris) 3) Get the tabular data (acs) […]

Continue reading →