# part 1 - Initial setup for package and link to github
devtools::install_github("jpark-tamu/danbi",force = TRUE)
library(danbi)
hello()
# part 2 - R package structure
# part 3 - Setup DESCRIPTION file
library(devtools)
load_all()
citation("danbi")
# part 4 - Add own functoin
library(devtools)
library(roxygen2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.