catv {bedr}R Documentation

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

Author(s)

Daryl Waggott

Examples


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


[Package bedr version 1.0.7 Index]