View source: R/cadastral_helpers.R
unstash_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 unstash USFWS cadastral data stashed with
unstash_cadastral
prior to updating or reinstalling
the fwspp
package. See example.
unstash_cadastral(stash)
stash |
character vector of temporary file paths (length == 3)
generated by |
NULL
. Stashed cadastral files are restored.
## 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.