Description Usage Arguments Examples
Get all unique cases of a list field by expression
| 1 | list.cases(.data, expr, simplify = TRUE, sorted = TRUE)
 | 
| .data | A  | 
| expr | A lambda expression. The function will returns all cases
of the elements if  | 
| simplify | 
 | 
| sorted | 
 | 
| 1 2 3 4 5 6 7 8 | 
[1] "A" "B"
[1] 8 9
[1] "A" "B" "C" "D" "E"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.