←
Split
→
Tally
/
Reference of Built-in Symbols
/
List Functions
/
Rearranging and Restructuring Lists
/
SplitBy
/
SplitBy
WMA link
SplitBy
[
list
,
f
]
splits
list
into collections of consecutive elements
that give the same result when
f
is applied.
SplitBy[Range[1, 3, 1/3], Round]
SplitBy[{1, 2, 1, 1.2}, {Round, Identity}]
←
Split
→
Tally