MakeSpace: Make a space

View source: R/zzz.R

MakeSpaceR Documentation

Make a space

Description

Generate a blank space n characters long; useful for aligning text to be printed to console

Usage

MakeSpace(n)

Arguments

n

Length space should be

Value

A space (' ') of length n

Examples


SeuratDisk:::MakeSpace(n = 10)
cat('hello', SeuratDisk:::MakeSpace(n = 10), 'world\n', sep = '')



mojaveazure/seurat-disk documentation built on Nov. 5, 2023, 9:40 a.m.