Learn R Programming

bedr (version 1.0.2)

catv: outputs text if verbose flag is set

Description

outputs text if verbose flag is set

Usage

catv(x)

Arguments

x
some text string

Value

Prints the text string

Examples

Run this code

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

Run the code above in your browser using DataLab