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.Dismiss alert
tbl[row, col] <- rhs treats an all-NA logical vector as a missing value both for existing data (#773) and for the right-hand side value (#868). This means that a column initialized with NA (of type logical) will change its type when a row is updated to a value of a different type.