I’ve had some feedback on the last post, and rather than repeat the same thing multiple times, I’m going all @drob, and writing this instead.. When I tweeted out the link […] Read more
knitr::opts_chunk$set(echo = TRUE, message = FALSE, cache = TRUE, warning = FALSE) if(!require("pacman")) install.packages("pacman") library(pacman) p_load(readxl, tidyverse, corrplot, tmap,... Read more
comparing dplyr with SQL nested queries Following on from my last post, where I demonstrated R to some first time R users, I want to do a wee comparison of […] Read more