form3nume: provides a systematic numbering of items

Description Usage Arguments Details Value Examples

View source: R/f0.rbsb1.code.r

Description

Provides systematic names for a series of items according their number giving them an identical number of character.

Usage

1
form3nume(nbn, type="n")

Arguments

nbn

Number of new item names to generate

type

Defines the type of numbering to use. There are three possibilities: A for uppercased letters, a for lowercased letters and n for arabic numbers.

Details

(see the code)

Value

vector with nbn different strings associated to new names

Examples

1
2
3
 rbsb3k("RESET"); # needed only for R checking, to be forgotten
 form3names(27);
 form3names(100, "a");

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to form3nume in rbsb...