repeat_symbol: Repeat sequence of symbols.

Description Usage Arguments Value Examples

View source: R/repeat_symbol.R

Description

Repeat sequence of symbols.

Usage

1
repeat_symbol(text, length.out)

Arguments

text

(character) The symbol (or sequence of symbols) to be repeated until desired length of string.

length.out

(integer) The length of the sequence.

Value

Sting of defined length.

Examples

1
2
3
repeat_symbol(".", 10)

repeat_symbol("..+", 10)

GegznaV/spAddins documentation built on Nov. 20, 2020, 10:42 p.m.