write | R Documentation |
Write
Write samples
Write table
Write raster
write_samples(samples, filename = NULL, overwrite = FALSE)
write_samples_df(samples, filename = NULL, overwrite = FALSE)
write_raster(raster, filename = NULL, overwrite = FALSE)
filename |
Character. Path to write output samples. |
overwrite |
Logical. Choice to overwrite existing |
raster |
SpatRaster. Raster to be written to disc |
No explicit output but files are written to disc if specified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.