Rdocumentation
powered by
Learn R Programming
shinyapps (version 0.4.1.8)
hr: Generate a line with embedded message
Description
Generates a message, surrounded with
#
, that extends up to length
n
.
Usage
hr(message = "", n = 80)
Arguments
message
A string (single-line message).
n
The total number length of the generated string -- the message is padded with
#
up to length
n
.