round_n {tcpl} | R Documentation |
round_n General function to round/shorten values for plotting tables
Description
round_n General function to round/shorten values for plotting tables
Usage
round_n(x, n = 3)
Arguments
x |
numeric value |
n |
numeric number of decimal places to round to |
Value
format string in decimal or scientific notation
[Package tcpl version 3.3.0 Index]