Man pages for michaelquinn32/lambdaList
An R Translation of Steve Losh's List Out of Lambda

appendNew Append Generic
append.flAppend adds an element to the end of the list.
concatCombine two lists into one
dropNew Drop Generic
drop.flDrop all elements before nth element in a list
empty_listConstruct an empty list
filterNew generic filter to keep both versions
filter.flReturn values that fulfill a predicate function
findNew Find Generic
find.flReturn the first object in a list that fulfills a predicate
head.flAccess the head of a functional list
is_emptyCheck whether a list is empty
is_equalTest if two functional lists are equal
lambdaListList out of lambda
length.flFind the length of a list
mapApply a function to a list
map2Two-list map
nthSelect an element of a functional list
positionReturn the position of the first object in a list that...
prependPrepend adds an element to the list through recursion.
print.flPrint the contents of a functional list
reduceReduce
removeNew Remove Generic
remove.flReturn values that don't fulfill a predicate function
rerunRepeatedly execute a quoted R expression
seq.flCreate a sequence of integers
sliceSelect all of the elements between two positions in a list
tail.flAccess the tail component of a function list object
takeKeep all elements up to but not including n
michaelquinn32/lambdaList documentation built on May 22, 2019, 9:52 p.m.