rep_char: Repeat a character string for many times and paste them up.

View source: R/bruceR_utils.R

rep_charR Documentation

Repeat a character string for many times and paste them up.

Description

Repeat a character string for many times and paste them up.

Usage

rep_char(char, rep.times)

Arguments

char

Character string.

rep.times

Times for repeat.

Value

Character string.

Examples

rep_char("a", 5)


bruceR documentation built on Sept. 27, 2023, 5:06 p.m.