signif_round_string {baizer} | R Documentation |
signif or round string depend on the character length
signif_round_string(
x,
digits = 2,
format = "short",
full_large = TRUE,
full_small = FALSE
)
x |
number |
digits |
signif or round digits |
format |
short or long |
full_large |
keep full digits for large number |
full_small |
keep full digits for small number |
signif or round strings
signif_round_string(1.214, 2)