Combines multiple raster files into a single virtual raster layer (VRT). It accepts one or more folder names containing raster files and creates a virtual raster file. If no output file name is provided, a temporary file is used.
See also
Other transform raster functions:
aggregate_rasters()
Examples
input_dir <- system.file("extdata", "mdt", package = "sigugr")
r <- compose_raster(input_dir)