Learn R Programming

bedr (version 1.1.3)

catv: outputs text if verbose flag is set

Description

outputs text if verbose flag is set

Usage

catv(x)

Value

Prints the text string

Arguments

x

some text string

Author

Daryl Waggott

Examples

Run this code

verbose <- TRUE;
catv("Hello Universe!");
verbose <- FALSE;
catv("Goodbye Universe!")

Run the code above in your browser using DataLab