vrt_info: Get metadata about a .vrt file
Description
Get metadata about a .vrt file
Usage
vrt_info(vrt, options = character(0), quiet = FALSE)
Value
character of vrt metadata
Arguments
- vrt
path to a .vrt file
- options
options to pass to gdalinfo
. See
here for
possible options.
- quiet
suppress output to the console (default
FALSE
)