export_grid.RdWrite a grid to disk
export_grid(x, path, layer = 1, quiet = FALSE)The grid as object of class stars.
Path to a .geotiff or tiff file where the grid
should be written to.
Name or index of the attribute to be written. Defaults to 1, meaning the first attribute is written.
Boolean. If FALSE, display progress information on screen.
Defaults to FALSE.