Description Usage Arguments See Also Examples
Take the first n
elements out from a list or
vector.
1 |
.data |
|
n |
|
force |
|
list.takeWhile
, list.skip
,
list.skipWhile
1 2 3 |
$a
[1] 1
$a
[1] 1
$b
[1] 2
$c
[1] 3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.