Partition a list into sub-lists
ID
list-list-partition-list
Name
Partition List
Group
List
Package
List
Keywords
After creating a node, connect the list to partition to the first port. You need to connect the size of partitions to the second port. On the output port, we will get the list chunks.
List Item
Trim List
Reverse List
Remove Nth
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
list | Any | List to partition | |
sizes | Number | Size of partitions |
Outputs
Name | Type | Description |
---|---|---|
chunks | Any | List chunks |