The goal of Proj3Package is to ...
Install directly from Github using the devtools
package.
#install.packages("devtools")
devtools::install_github("toadmengo/Proj3Package", build_vignettes = TRUE, build_opts = c())
library(Proj3Package)
The vignettes contains example usage of the functions in the package. To use the vignette, use the following code.
library(Proj3Package)
# Use this to view the vignette in the Proj3Package HTML help
help(package = "Proj3Package", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "Proj3Package")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.