Hmisc (version 4.0-0)

makeNstr: creates a string that is a repeat of a substring

Description

Takes a character and creates a string that is the character repeated len times.

Usage

makeNstr(char, len)

Arguments

char
character to be repeated
len
number of times to repeat char.

Value

A string that is char repeated len times.

See Also

paste, rep

Examples

Run this code
makeNstr(" ", 5)


Run the code above in your browser using DataCamp Workspace