-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
Using setdiff causes an error
library(dplyr, warn.conflicts = FALSE)
library(data.table, warn.conflicts = FALSE)
a <- data.table(x = 1:2)
b <- data.table(x = 2)
setdiff(a, b)
#> x
#> 1: 1
library(dtplyr, warn.conflicts = FALSE)
setdiff(a, b)
#> Error in step_set(x, y, style = "setdiff"): is_step(y) is not TRUECreated on 2021-08-09 by the reprex package (v2.0.1)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels