Skip to contents

Helper function for suppressing function progress messages

Usage

verbose_message(message_text, verbose)

Arguments

message_text

Character string containing the message being shown

verbose

Boolean indicating whether to show the message. If TRUE the message will be show, else the messsage will be suppressed (default = TRUE).