Learn R Programming

psycModel (version 0.5.0)

super_print: super_print (internal use only)

Description

print color, greek-letter, font-style formatted text. Inputted text need to be 'command|$greek letter$'. Command options are bold, italic, underline, red, green, yellow, blue, silver. Greek letter options are alpha, beta, gamma, delta, epsilon, eta, theta, lamda, pi, rho, sigma, chi, omega. If capital letter greek letter, use all capital letter command (e.g., ALPHA) If you wish to print normal text, then the inputted text should '|text'

Usage

super_print(text, env = parent.frame())

Value

formatted text (greek letter, color, font style formatted)

Arguments

text

inputted text

env

environment.