tail.fl: Access the tail component of a function list object

Description Usage Arguments Value

Description

This function is part of the List out of Lambda set of functions. Like head and is_empty, this uses an anoymous function to return a particular component of a functional list. Here, that's the tail argument.

Usage

1
2
## S3 method for class 'fl'
tail(x, ...)

Arguments

x

A function, with class fl, that operates as a functional list object

...

Additional arguments to tail (for argument consistency)

Value

The tail argument of a functional list


michaelquinn32/lambdaList documentation built on May 22, 2019, 9:52 p.m.