{r setup, include=FALSE} knitr::opts_chunk$set(echo = FALSE)

Welcome to mrdwab.github.io

Take a look through the following slides to get an overview of some of the packages I’ve developed.

overflow

overflow is an R package to assist people answering R questions on Stack Overflow.

Installation

source("http://news.mrdwab.com/install_github.R")
install_github("mrdwab/overflow-mrdwab")
library(overflow)

SOfun

SOfun is an R package comprising functions I wrote while answering random questions on Stackoverflow.

Installation

source("http://news.mrdwab.com/install_github.R")
install_github("mrdwab/SOfun")
library(SOfun)