print_if_verbose: Verbose printig

Description Usage Arguments Examples

View source: R/verbose.R

Description

Prints the message to the console if the verbose parameter has been set to TRUE.

Usage

1
print_if_verbose(message, verbose = F)

Arguments

message

The messsage that should be printed in the console

verbose

Prints to console only if T

Examples

1
print_if_verbose("Hello this is a verbose message", TRUE)

joelgsponer/waRRior2 documentation built on Feb. 22, 2020, 3:34 a.m.