Hello,
A script that worked well is now sending me error messages when using the filter function (dplyr package).
Has anyone encountered this type of message before?
I updated packages and R version but it did not fix the problem.
Thank you
d <- filter(d, X0003_No_declaration != "202138BF7")
Erreur : Internal error in df_slice(): Columns must match the data frame size.
Run rlang::last_error() to see where the error occurred.
rlang::last_error()
<error/rlang_error>
Internal error in df_slice(): Columns must match the data frame size.
Backtrace:
- dplyr::filter(d, X0003_No_declaration != "202138BF7")
- dplyr:::filter.data.frame(d, X0003_No_declaration != "202138BF7")
- dplyr:::dplyr_row_slice.data.frame(.data, loc, preserve = .preserve)
- vctrs::vec_slice(data, i)
Run rlang::last_trace() to see the full context.