styler (version 1.10.2)

rep_char: Repeat elements of a character vector times times and collapse it

Description

Repeat elements of a character vector times times and collapse it

Usage

rep_char(char, times)

Value

A character vector.

Arguments

char

A character vector.

times

an integer giving the number of repetitions.