Skip to contents
dd
0.0.0.9000
Reference
DuckDB function list_has
Source:
R/duckdb-funs.R
list_has.Rd
Returns true if the list contains the element.
Arguments
list
ANY[]
element
ANY
Examples