verbose_cat: Print the provided cat-like input if verbose is TRUE

View source: R/check_data.R

verbose_catR Documentation

Print the provided cat-like input if verbose is TRUE

Description

Print the provided cat-like input if verbose is TRUE

Usage

verbose_cat(..., sep = " ", verbose = TRUE)

Arguments

...

R objects - strings, (see 'cat' documentation).

sep

A character vector of strings to append after each element.

verbose

A logical value indicating whether we want to print the string or not.


ModelOriented/forester documentation built on June 6, 2024, 7:29 a.m.