Compute the range of an R object, and format it as string suitable for printing.
Examples
formatted_range(c(1, 3.5, -0.01))
#> [1] "-0.01..3.50"
Compute the range of an R object, and format it as string suitable for printing.
formatted_range(c(1, 3.5, -0.01))
#> [1] "-0.01..3.50"