seq_save: Improved 'seq' command that returns an empty vector if lower...

View source: R/utilities.R

seq_saveR Documentation

Improved seq command that returns an empty vector if lower > upper boundary

Description

Enhance the seq such that it can handle the situation if from > to

Usage

seq_save(from, to)

Arguments

from

First element in the sequence

to

Last element in the sequence

Value

The sequence


R-package/styledTables documentation built on Feb. 6, 2024, 2:21 a.m.