README.md

project3package

R-CMD-check codecov

The goal of project3package is to ...

Installation

You can install the project3package with the following line:

# install.packages("project3package")
devtools::install_github("arielle-min/project3package", build_vignette = TRUE, build_opts = c())
library(project3package)

Use

You can see the vignette by using the following code:

library(project3package)
# Use this to view the vignette in the project3package HTML help
help(package = "project3package", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "project3package")


arielle-min/project3package documentation built on March 22, 2021, 1:47 p.m.