Formats numeric values as integers (no decimal places). Use for n, N, df, k, and other count variables.
format_int(x)
x
A character string.
library("psych350lab") format_int(25)
[1] "25"
format_int(25.4)