The goal of project3package is to demonstrate knowledge of concepts I learned throughout the Stat 302 course.
You can install the released version of project3package from CRAN with:
install.packages("project3package")
To view the vignette:
devtools::install_github("oliverlinehan41/project3package", build_vignette= TRUE, build_opts = c())
library(project3package)
# Use this to view vignette in the HTML help
help(package = "project3package", help_type = "html")
# Use this to view vignette as an isolated HTML file
utils::browseVignettes(package = "project3package")
This is a basic example which shows you how to solve a common problem: Raising a number to a power
library(project3package)
my_pow(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.