gdalcubes_debug_output {gdalcubes}R Documentation

Enable or disable debug output from the gdalcubes C++ library

Description

Enable or disable debug output from the gdalcubes C++ library

Usage

gdalcubes_debug_output(debug = TRUE)

Arguments

debug

logical, TRUE if you want debug messages

Note

THIS FUNCTION IS DEPRECATED AND IS GOING TO BE REPLACED BY gdalcubes_options.

Examples

gdalcubes_debug_output(TRUE)
gdalcubes_debug_output(FALSE)

[Package gdalcubes version 0.3.1 Index]