| list.take | R Documentation | 
Take the first n elements out from a list or
vector.
list.take(.data, n, force = FALSE)
.data | 
 
  | 
n | 
 
  | 
force | 
 
  | 
list.takeWhile, list.skip,
list.skipWhile
x <- list(a=1,b=2,c=3) list.take(x,1) list.take(x,10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.