R/space.R

Defines functions space

Documented in space

#' Function for adding space between thousands in ggplot legens
#'

space <- function(x, ...) {
  format(x, ..., big.mark = " ", scientific = FALSE, trim = TRUE)
}
filipwastberg/filipp documentation built on Sept. 12, 2020, 6:17 a.m.