unstash_cadastral: Restore USFWS cadastral data after updating 'fwspp' package

View source: R/cadastral_helpers.R

unstash_cadastralR Documentation

Restore USFWS cadastral data after updating fwspp package

Description

Regular 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.

Usage

unstash_cadastral(stash)

Arguments

stash

character vector of temporary file paths (length == 3) generated by stash_cadastral

Value

NULL. Stashed cadastral files are restored.

Examples

## 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)

adamdsmith/fwspp documentation built on Oct. 16, 2023, 3:43 a.m.