-
Notifications
You must be signed in to change notification settings - Fork 420
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior
Description
It would be nice to improve the following error to say something like "b is not a valid column." Not a big deal, but it would be nice from a debugging perspective.
> library(tidyr)
> data = data_frame(a = c(1:3, NA))
> data2 <- data %>%
+ replace_na(list(a = 100, b = 0))
Error: `x` must be a vector
clairemcwhite and wphampton
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior