We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add logging statement to each function.
Goal is to catch common errors. If error, print to console and log report. If no error, log progress/data manipulation.
Not meant to replace QC report, but perhaps logs could be imported into the QC report.
The text was updated successfully, but these errors were encountered:
Packages to check out: logr, tryCatchLog
Sorry, something went wrong.
https://www.seancarney.ca/2020/10/09/error-catching-logging-and-reporting-in-r-with-trycatchlog/
No branches or pull requests
Add logging statement to each function.
Goal is to catch common errors.
If error, print to console and log report.
If no error, log progress/data manipulation.
Not meant to replace QC report, but perhaps logs could be imported into the QC report.
The text was updated successfully, but these errors were encountered: