Description Usage Arguments Details Value See Also Examples
Overload of operator $.
1 2  | ## S3 method for class 'largeList'
x$index
 | 
x | 
 A largeList object created by   | 
index | 
 A character vector of length 1.  | 
It behaviours different from the list object in R. Here x$name is equivalent to
x[["name"]], no partial matching.
A R object.
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.