An amendment to the VRAP package developed by staff at the US National Marine Fisheries Service (NMFS) within the National Oceanic and Atmospheric Administration (NOAA). Running the following two lines in R will install the devtools
package from CRAN, then install VRAP2
from github. Not all functions have been fully tested.
install.packages("devtools")
devtools::install_github("MichaelFolkes/VRAP2")
Once the package is installed and loaded a generic script to guide the user can be created by running the function writeScriptVRAP()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.