Rdocumentation
powered by
Learn R Programming
BTR (version 1.2.4)
vcat: Verbose cat
Description
This function is a simple wrapper for cat with a Boolean value for turning it on/off.
Usage
vcat(string, bool)
Arguments
string
character vector. String intended to be printed.
bool
logical. Specify whether to print the string to stout or not.+