Learn R Programming

rtemis (version 0.79)

boxcat: Box cat

Description

cat with a box; a boxed cat

Usage

boxcat(x, style = 2, col = NULL, newline.pre = TRUE,
  newline = FALSE, pad = 0)

Arguments

x

String: Text to be output to console

style

Integer: 1, 2: 1: vintage style, 2: modern style. Default = 2

col

Color: Any color support by crayon

newline.pre

Logical: If TRUE, start with a new line. Default = TRUE

pad

Integer: Pad message with this many spaces on the left. Default = 0