get_rast | R Documentation |
Read multiple rast files contained in a folder path. Raster files must have either .asc or .tif extension.
get_rast(path)
path |
Path string of folder containing rast files. |
A SpatRaster object.
feature_folder <- system.file("get_rast_example", package="prior3D")
get_rast(feature_folder)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.