dabiao {pcutils} | R Documentation |
Print some message with =
Description
Print some message with =
Usage
dabiao(
str = "",
...,
n = 80,
char = "=",
mode = c("middle", "left", "right"),
print = FALSE
)
Arguments
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? |
Value
No return value
Examples
dabiao("Start running!")
[Package pcutils version 0.2.6 Index]