printer_funs: Print Helper

Description Usage Arguments Functions

Description

Print Helper

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
PrintSection(stitle = NULL, header = NULL, bullets = NULL,
  tag = "NOTE", color = "white")

printstamp(msg, sym = "#", color = c("blue", "red", "cyan", "green",
  "magenta", "yellow", "white", "silver"), face = c("bold", "italic"))

printlines(liheader = NULL, litems = NULL, likeyword = "TAG",
  lileadcol = "black", likwbgfill = "yellow", likwtxtcol = "black",
  libgfill = "blue", sym = "=", symcol = "blue", is_ordered = TRUE)

print_runtime(t, sym = "#")

print_levels()

Arguments

stitle

Title of section for PrintSection

header

Section header text for PrintSection

bullets

list of notes displayed as bullets in higher level PrintSection function

tag

arg for higher level PrintSection function. Content of tag box fill

color

arg for higher level PrintSection function. Color of tag box fill

msg

message message for printstamp

sym

symbol to use to print a sectioned list

face

functions from crayon (one of bold or italic)

liheader

text to print as header of list

litems

list items

likeyword

list items keyword or tag

lileadcol

color of the leading list item identifier

likwbgfill

fill color of the keyword background

likwtxtcol

text color of the keyword

libgfill

fill color of the leading list identifiers

symcol

color of the list partitioning

is_ordered

TRUE (default) means the leading list identifer is numbered bullet pts

t

time object system time for print_runtime

Functions


bfatemi/consolenotes documentation built on May 19, 2019, 10:48 p.m.