The goal of Tutorial is to help in demonstrating to a class how to create a simple package
devtools::install_github("sam-mutua/Tutorial")
This is a basic example which shows you how to solve a common problem:
library(Tutorial)
## basic example code
y <- adds(3,9,8)
y
#> [1] 20
z <- adds(-3,-6,-9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.