Describe the bug
There appears to be a parsing issue after a successful run, during report generation.
This is probably due to missing observations that are trying to be converted to -99
E.g. if the CSV reader parses the column as bool, but then trying to replace NA with -99.
Expected behavior
The report to be generated without issue, following a successful run.
Screenshots
Version information
- OS: MacOS
- R: Not sure, will check.
Additional context
Reported by Jasper Kamp.
Describe the bug
There appears to be a parsing issue after a successful run, during report generation.
This is probably due to missing observations that are trying to be converted to
-99E.g. if the CSV reader parses the column as
bool, but then trying to replaceNAwith-99.Expected behavior
The report to be generated without issue, following a successful run.
Screenshots
Version information
Additional context
Reported by Jasper Kamp.