prepExData {roads} | R Documentation |
Prepare example data
Description
Prepare example data included in the package that contain wrapped terra
objects. This applies terra::unwrap()
recursively to the list provided so
that all PackedSpatRasters
are converted to SpatRasters
.
Usage
prepExData(x)
Arguments
x |
list. Contains elements some of which are packed |
Value
The same list but with unwrapped SpatRasters
Examples
CLUSexample
prepExData(CLUSexample)
[Package roads version 1.2.0 Index]