Nothing
detect() requires a predicate functionCode
detect(list(1:2, 2), is.na)
Condition
Error in `detect()`:
! `.f()` must return a single `TRUE` or `FALSE`, not a logical vector.
Code
detect_index(list(1:2, 2), is.na)
Condition
Error in `detect_index()`:
! `.f()` must return a single `TRUE` or `FALSE`, not a logical vector.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.