Description Usage Arguments Value See Also
This is the more useful function from a user's perspective, since the
organization of the arguments makes it easy to pipe several calls of append
together. This function combines recursion and the function prepend
to make sure the base empty_list
stays at the end of the list.
1 2 |
ls |
A function, with class |
el |
A data element (from R's standard data types) to add to the list |
... |
Used for S3 consistency |
A closure with the fl
class added. The closure can be used to access
different properties of the list: either the head, tail or its empty status.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.