VulnToolkit is an R package for users working with coastal datasets. Its primary goal is to advance analysis of coastal wetlands and their vulnerability to sea level rise. The package has two emphases:
- web scrapers, built to make it easy to bring coastal and estuarine data from online databases into R
- analytical tools, to aid analysis of datasets from coastal and estuarine settings
To install VulnToolkit from R:
install.packages("VulnToolkit")
To load VulnToolkit in an R session:
library(VulnToolkit)
To see examples of VulnToolkit usage, see the package vignette and a poster describing VulnToolkit applications. Email questions, comments, and suggestions to [email protected].