Skip to content

setdiff results in error #278

@eutwt

Description

@eutwt

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 TRUE

Created on 2021-08-09 by the reprex package (v2.0.1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions