backspace | R Documentation |
String of n Backspaces
backspace(n)
n |
number of backspace characters |
vector of character of length one
update <- function(x) cat(backspace(3), x)
x <- "value: 123"
cat(x)
cat(paste0(x, backspace(3), "987"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.