Skip to content

Instantly share code, notes, and snippets.

@amchercashin
Created February 12, 2016 07:30
Show Gist options
  • Save amchercashin/7f3236872ad1e268264c to your computer and use it in GitHub Desktop.
Save amchercashin/7f3236872ad1e268264c to your computer and use it in GitHub Desktop.
Formatting function: numbers with spaces
space <- function(x, ...) {format(x, ..., big.mark = " ", scientific = FALSE, trim = TRUE)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment