Description Usage Arguments Value Examples
ref methods for use with iter in the eList package.
It allows ref objects to be used with the different vector comprehensions in the package
and with functions such as lapply in base R.
1 2 3 4 5 6 7 8 | ## S3 method for class 'ref'
iter(x)
## S3 method for class 'slice'
iter(x)
## S3 method for class 'rfexpr'
iter(x)
|
x |
object to be looped across |
a vector
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.