var3standard: provides nvar standard names of variables

Description Usage Arguments Value Examples

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

Description

numbering surrounded with 'bef' and 'aft'

Usage

1
var3standard(nvar, bef="-", aft="-")

Arguments

nvar

Number of variables names to provide. When less than 2, "" is returned.

bef

To put before the number.

aft

To put after the number.

Value

A character of length nvar with standard names for repetitions. When nvar is one, an empty character is returned.

Examples

1
2
 rbsb3k("RESET"); # needed only for R checking, to be forgotten
 var3standard(5);

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

Related to var3standard in rbsb...