R/utils.R
thousand.Rd
Format thousands
thousand(x)
numeric vector
character vector where one thousands has a space to the next number
thousand(c(1000, 150000, 16000)) #> [1] "1 000" "150 000" "16 000"