Description
Have had this error message saying to log this here
Error in df_append()
:
! after
must be a whole number, not an integer NA
.
This is an internal error that was detected in the tidyr package.
Please report it at https://github.com/tidyverse/tidyr/issues with a reprex
(https://tidyverse.org/help/) and the full backtrace.
Backtrace:
- ... %>% pull(text_row)
- tidyr:::unite.data.frame(...)
- tidyr:::df_append(after = after)
Execution halted
I came across this error when I have been trying to sort out an issue affecting one of our codes where the output is putting some of the output into columns (as per report(1) document)
We have not changed the code (attached below) from the time when it was putting the output into rows as we wanted
We cant work out why this is happening as one of our colleagues is able to make it work in the usual way (one of his outputs from today is in report(51) document) - is there a problem with a package update?