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 Nov. 10, 2023, 1:14 a.m.