To download mypacakge, use the code below:
install.packages("mypackage")
library(mypackage)
Alternatively, you can install the development version directly from GitHub:
devtools::install_github("chen1649/mypackage")
library(mypackage)
The vignette demonstrates example usage of all main functions. You can see the vignette by using the following code:
# Use this to view the vignette in the Demo HTML help
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.