README.md

samplepackage

R-CMD-check codecov

The goal of samplepackage is to ...

Installation

You can install package from Github through

devtools::install_github("YuxinHuang0723/samplepackage")

To Use the package

The vignette demonstrates example usage of all main functions.You can see the vignette by using the following code:

devtools::install_github("bryandmartin/Demo", build_vignette = TRUE, build_opts = c())
library(samplepackage)
#Use this to view the vignette in the Demo HTML help
help(package = "samplepackage", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "samplepackage")


YuxinHuang0723/samplepackage documentation built on Dec. 18, 2021, 8:24 p.m.