dabiao | R Documentation |
Print some message with =
dabiao(
str = "",
...,
n = 80,
char = "=",
mode = c("middle", "left", "right"),
print = FALSE
)
str |
output strings |
... |
strings will be paste together |
n |
the number of output length |
char |
side chars default:= |
mode |
"middle", "left" or "right" |
print |
print or message? |
No return value
dabiao("Start running!")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.