blanks: String of Blank Carakters

View source: R/strings.R

blanksR Documentation

String of Blank Carakters

Description

Create a string of blank characters.

Usage

blanks(n)

Arguments

n

integer greater or equal to 0.

Details

blanks(n) is a string of n blanks.

Value

String of n blanks.

See Also

deblank

Examples

blanks(6)

pracma documentation built on March 19, 2024, 3:05 a.m.