Take
Take[list,n]
gives the first n elements of list.
Take[list,-n]
gives the last n elements of list.
Take[list,{m,n}]
gives elements m through n of list.
Take[list,seq1,seq2,…]
gives a nested list in which elements specified by seqi are taken at level i in list.
Details
- Take uses the standard sequence specification:
-
All all elements None no elements n elements 1 through n UpTo[n] elements 1 up to at most n, as available -n last n elements {n} element n only {m,n} elements m through n inclusive {m,n,s} elements m through n in steps of s - Take can be used on an object with any head, not necessarily List.
- Take[list,seq1,seq2] effectively extracts a submatrix from list.
- Applying Take to a SparseArray object normally yields another SparseArray object.
- Applying Take to an Association object yields an Association containing elements from the specified positions.
Examples
open allclose allBasic Examples (6)
Take the first 4 elements from a list:
Take the second element from an Association:
Take all but the first element from an Association:
Take every other element from 2 to 6 from an Association:
Scope (8)
Generalizations & Extensions (2)
Properties & Relations (5)
Possible Issues (1)
Take always returns a list, even if it is just taking a single element:
Text
Wolfram Research (1988), Take, Wolfram Language function, https://reference.wolfram.com/language/ref/Take.html (updated 2015).
CMS
Wolfram Language. 1988. "Take." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2015. https://reference.wolfram.com/language/ref/Take.html.
APA
Wolfram Language. (1988). Take. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Take.html