select_sequential: sequentially select an element, the one that corresponds...

View source: R/select.R

select_sequentialR Documentation

sequentially select an element, the one that corresponds according to the number passed as a parameter.

Description

sequentially select an element, the one that corresponds according to the number passed as a parameter.

Usage

select_sequential(vector, n = 0)

Arguments

vector

A vector of strings.

n

An integer, number in sequence.

Value

A string.


rexer documentation built on May 29, 2024, 2:23 a.m.