# Author: IK
# Date: 2018-10-12
# Sturtup lines to work on package development
################################################################################
rstudioapi::restartSession()
library(magrittr)
library(devtools)
library(testthat)
# rebuild the latest version of DemoTools
install_github("timriffe/DemoTools")
library(DemoTools)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.