quiet_prettyNum {flowchart} | R Documentation |
quiet_prettyNum
Description
Wrapper for 'prettyNum()' that suppresses the original warning message if user 'big.mark' equal to the character defined in the R environment 'OutDec' option.
Usage
quiet_prettyNum(x, big.mark)
Arguments
x |
an atomic numerical or character object, possibly complex, typically a vector of real numbers. |
big.mark |
character. Used to specify the thousands separator for patient count values. |
[Package flowchart version 0.8.0 Index]