| append | New Append Generic |
| append.fl | Append adds an element to the end of the list. |
| concat | Combine two lists into one |
| drop | New Drop Generic |
| drop.fl | Drop all elements before nth element in a list |
| empty_list | Construct an empty list |
| filter | New generic filter to keep both versions |
| filter.fl | Return values that fulfill a predicate function |
| find | New Find Generic |
| find.fl | Return the first object in a list that fulfills a predicate |
| head.fl | Access the head of a functional list |
| is_empty | Check whether a list is empty |
| is_equal | Test if two functional lists are equal |
| lambdaList | List out of lambda |
| length.fl | Find the length of a list |
| map | Apply a function to a list |
| map2 | Two-list map |
| nth | Select an element of a functional list |
| position | Return the position of the first object in a list that... |
| prepend | Prepend adds an element to the list through recursion. |
| print.fl | Print the contents of a functional list |
| reduce | Reduce |
| remove | New Remove Generic |
| remove.fl | Return values that don't fulfill a predicate function |
| rerun | Repeatedly execute a quoted R expression |
| seq.fl | Create a sequence of integers |
| slice | Select all of the elements between two positions in a list |
| tail.fl | Access the tail component of a function list object |
| take | Keep all elements up to but not including n |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.