Skip to contents

It checks to see if BirdFlowR is in verbose mode (birdflow_options("verbose") and if so pastes it's arguments together and prints the result with cat(). In the future it might be updated to use message()

Usage

bf_msg(..., sep = "")

Arguments

...

Text that will be pasted together to make a message.

sep

(optional) separator between text elements in ... defaults to no separation.

Value

Nothing is returned if verbose is TRUE the message is printed.

See also

birdflow_options() for changing verbosity.