get_rast {prior3D} | R Documentation |
Read multiple rast files
Description
Read multiple rast files contained in a folder path. Raster files must have either .asc or .tif extension.
Usage
get_rast(path)
Arguments
path |
Path string of folder containing rast files. |
Value
A SpatRaster object.
Examples
feature_folder <- system.file("get_rast_example", package="prior3D")
get_rast(feature_folder)
[Package prior3D version 0.1.3 Index]