make_spaces: Generate spaces of certain length

View source: R/repeat_symbol.R

make_spacesR Documentation

Generate spaces of certain length

Description

Generate spaces of certain length

Usage

make_spaces(n)

Arguments

n

(integer) A vector of integers indicating number of spaces to generate.

Value

A character vector of length length(n) with spaces.

Examples

make_spaces(c(2, NA))

GegznaV/addin.tools documentation built on Aug. 24, 2023, 5:35 p.m.