Rpackage contains 4 functions for data prediction
To download the Rpackage package, use the code below.
# install.packages("devtools")
devtools::install_github("Zhaoyu-Andrew/Rpackage")
library(Rpackage)
The vignette demonstrates example usage of all main functions. You can see the vignette by using the following code
# install.packages("devtools")
devtools::install_github("Zhaoyu-Andrew/Rpackage", build_vignette = TRUE, build_opts = c())
library(Rpackage)
# Use this to view the vignette in the Rpackage HTML help
help(package = "Rpackage", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "Rpackage")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.