You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
data.table::fifelse(c(T, F, NA), 1L, 2L, 3.0)
# Error in data.table::fifelse(c(T, F, NA), 1L, 2L, 3) : # 'yes' is of type integer but 'na' is of type double. Please make sure that both arguments have the same type.
The text was updated successfully, but these errors were encountered:
This is valid:
But not this:
The text was updated successfully, but these errors were encountered: