backspace: String of n Backspaces

View source: R/utils.R

backspaceR Documentation

String of n Backspaces

Description

String of n Backspaces

Usage

backspace(n)

Arguments

n

number of backspace characters

Value

vector of character of length one

Examples

update <- function(x) cat(backspace(3), x)
x <- "value: 123"
cat(x)
cat(paste0(x, backspace(3), "987"))


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.