View source: R/cadastral_helpers.R
| stash_cadastral | R Documentation |
fwspp packageRegular updates of the fwspp package can be annoying because
prepping the USFWS cadastral data consumes 10-15 minutes. Use this
function to stash previously installed cadastral data prior to
updating or reinstalling the fwspp package and then run
unstash_cadastral to restore the cadastral to its
rightful place. It's best not to load the fwspp namespace
when stashing the cadastral data. See example.
stash_cadastral()
character string of stashed cadastral files; pass this string
to unstash_cadastral after re-installing the package
## Not run:
# In new session
cad <- fwspp::stash_cadastral()
# Re-install fwspp package
devtools::install_github("USFWS/fwspp")
# Unstash the cadastral data
library(fwspp)
unstash_cadastral(cad)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.