powered by
Does a list contain an object?
has_element(.x, .y)
A list or atomic vector.
Object to test for
x <- list(1:10, 5, 9.9) x |> has_element(1:10) x |> has_element(3)
Run the code above in your browser using DataLab