Learn R Programming

vortexR (version 1.1.7)

PrefixAndRepeat: Return a prefixed and repeated string of character

Description

Return a prefixed and repeated string of character

Usage

PrefixAndRepeat(chars, times = 1, prefix = "")

Arguments

chars

A string of characters (popvalue)

times

The number of repetitions (ncolpop), default: 1

prefix

A text prefix, default: ''