pop_error_handler | R Documentation |
pop_error_handler()
is a wrapper for CPLPopErrorHandler()
in the GDAL
Common Portability Library.
Discards the current error handler on the error handler stack, and restores
the one in use before the last push_error_handler()
call. This method has
no effect if there are no error handlers on the current thread's error
handler stack.
pop_error_handler()
No return value, called for side effects.
push_error_handler()
push_error_handler("quiet")
# ...
pop_error_handler()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.