Learn R Programming

biosurvey (version 0.1.1)

match_rformat: Helper function to find raster extension

Description

Helper function to find raster extension

Usage

match_rformat(format)

Arguments

format

(character) any of the format types allowed for raster objects. See writeFormats (e.g., "GTiff").

Value

Raster extension according to format type.

Examples

Run this code
# NOT RUN {
match_rformat("GTiff")
# }

Run the code above in your browser using DataLab