Learn R Programming

pcutils (version 0.2.8)

dabiao: Print some message with =

Description

Print some message with =

Usage

dabiao(
  str = "",
  ...,
  n = 80,
  char = "=",
  mode = c("middle", "left", "right"),
  print = FALSE
)

Value

No return value

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?

Examples

Run this code
dabiao("Start running!")

Run the code above in your browser using DataLab