Take a look through the following slides to get an overview of some of the packages I’ve developed.
{r setup, include=FALSE} knitr::opts_chunk$set(echo = FALSE)
Take a look through the following slides to get an overview of some of the packages I’ve developed.
overflow is an R package to assist people answering R questions on Stack Overflow.
source("http://news.mrdwab.com/install_github.R") install_github("mrdwab/overflow-mrdwab") library(overflow)
SOfun is an R package comprising functions I wrote while answering random questions on Stackoverflow.
source("http://news.mrdwab.com/install_github.R") install_github("mrdwab/SOfun") library(SOfun)