An open API service indexing awesome lists of open source software.

https://github.com/ixpantia/errordemos

Demo of error reporting using googleErrorReportingR
https://github.com/ixpantia/errordemos

hacktoberfest

Last synced: 4 months ago
JSON representation

Demo of error reporting using googleErrorReportingR

Awesome Lists containing this project

README

        

# API with Error Demo's

Demo of error reporting using googleErrorReportingR

## Stop demo

Errors that we typically catch with a stop, only we now put the report before the actual stop so that we can see it happened.

## tryCatch demo

Typical trycatch setup but now sending out `e` as an error report.

## 500 demo

Can we catch unexpected error with R?