seq.fl: Create a sequence of integers

Description Usage Arguments Value

Description

This function generates a functional list that generates a sequence of integers in a manner similar to range in Python.

Usage

1
2
## S3 method for class 'fl'
seq(empty, start, end)

Arguments

empty

An empty functional list, used to take advance of S3

start

An integer specifying the begin of the sequence

end

An integer that is the end of the sequence (but not included)

Value

A functional list that contains the sequence of integers


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