h_fmt_range {mcradds} | R Documentation |
Format and Concatenate to Range
Description
Help function to format numeric data as strings and concatenate into a single character range.
Usage
h_fmt_range(num1, num2, digits = c(2, 2), width = c(6, 6))
Arguments
num1 |
( |
num2 |
( |
digits |
( |
width |
( |
Value
A single character.
See Also
Examples
h_fmt_range(num1 = 3.14, num2 = 3.14, width = c(4, 4))
[Package mcradds version 1.1.0 Index]