The goal of project3package is to develop a well-documented, well-tested, and well-explained R package.
You can install the package through GitHub using:
devtools::install_github("anikalindley/project3package")
library(project3package)
You can view the vignette here:
devtools::install_github("anikalindley/project3package", build_vignette = TRUE, build_opts = c())
library(project3package)
# Use this to view the vignette in the Demo HTML help
help(package = "Demo", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "Demo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.