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
- Host: GitHub
- URL: https://github.com/ixpantia/errordemos
- Owner: ixpantia
- License: mit
- Created: 2022-06-27T15:32:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T19:44:13.000Z (over 2 years ago)
- Last Synced: 2023-03-04T00:12:52.955Z (almost 2 years ago)
- Topics: hacktoberfest
- Language: R
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ixpantia/errordemos - Demo of error reporting using googleErrorReportingR (R)
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?