The goal of mySTAT302package is to ...
You can install the package through GitHub using:
devtools::install_github("Jenniferdny/mySTAT302package")
To view the vignette:
devtools::install_github("Jenniferdny/mySTAT302package", build_vignette = TRUE, build_opts = c())
library(Demo)
# Use this to view the vignette in the Demo HTML help
help(package = "mySTAT302package", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "mySTAT302package")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.