The goal of mypackage
is to demonstrate my knowledge of writing packages
for STAT 302 at the University of Washington.
You can install the released version of mypackage from GitHub with:
devtools::install_github("Codax2000/mypackage", build_vignette = TRUE, build_opts = c())
library(mypackage)
To view the vignette for the demonstration of all main functions, use the following code:
help(package = "mypackage", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "mypackage")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.