Learn R Programming

prior3D (version 0.1.5)

get_rast: 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)

Value

A SpatRaster object.

Arguments

path

Path string of folder containing rast files.

Examples

Run this code
feature_folder <- system.file("get_rast_example", package="prior3D")
get_rast(feature_folder)

Run the code above in your browser using DataLab