Description Usage Examples
Extract an element from a list or vector
1
list.extract()
1 2 3
x <- list(a=1, b=2, c=3) list.extract(x, 1) list.extract(x, 'a')
[1] 1 [1] 1
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.