This R package is the Week 4 final assignment for the "Building R Packages" on Coursera
Date: March 25, 2018
To install this package to run on your system, please first install and load the devtools
package. Then you may install and load this package:
install_github('sbudiman/brpextravis',build_vignettes = TRUE)
library(brpextravis)
If you install with build_vignettes = TRUE, then you can read the introduction vignette: vignette('brpextravis', package = 'brpextravis')
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.