catv: outputs text if verbose flag is set

View source: R/catv.R

catvR 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!")


bedr documentation built on April 11, 2025, 5:52 p.m.

Related to catv in bedr...