catv: outputs text if verbose flag is set

Description Usage Arguments Value Author(s) Examples

Description

outputs text if verbose flag is set

Usage

1
catv(x)

Arguments

x

some text string

Value

Prints the text string

Author(s)

Daryl Waggott

Examples

1
2
3
4
verbose <- TRUE;
catv("Hello Universe!");
verbose <- FALSE;
catv("Goodbye Universe!")

bedr documentation built on May 2, 2019, 11:36 a.m.

Related to catv in bedr...