Learn R Programming

rexer (version 1.0.0)

select_sequential: 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)

Value

A string.

Arguments

vector

A vector of strings.

n

An integer, number in sequence.