message.if {Pigengene} | R Documentation |
Messages only if verbose is more than 0 and write in a text file if provided.
message.if(me=NULL, verbose=0, txtFile=NULL, append=TRUE, ...)
me |
The Message. Can be a character vector. |
verbose |
A integer. |
txtFile |
The text file in which the message will be written. Set to
|
append |
logical. Set to |
... |
Arguments to be passed to |
NULL
Amir Foroushani
message.if("Hello world!", verbose=1)