Learn R Programming

eatTools (version 0.7.8)

seq2: Sequence generation

Description

Creates a sequence of integers. Modified version of seq returning an empty vector if the starting point is larger than the end point. Originally provided by rlang::seq2().

Usage

seq2(from, to)

Value

A numerical sequence

Arguments

from

The starting value of the sequence. Of length 1.

to

The end value of the sequence. Of length 1.

Examples

Run this code
seq2(from = 1, to = 5)

Run the code above in your browser using DataLab