Skip to contents

get elements of x living rent-free in y

Usage

rent_free(x, y)

Arguments

x, y

Vectors to test

Value

elements of x in y

Examples

{
    a <- 1:2
    b <- 1:3
    rent_free(a, b)
}
#> [1] 1 2