R/padding.R

Defines functions number_width

number_width <- function(numbers) {

  nchar(as.character(max(numbers)))
}

Try the agvgd package in your browser

Any scripts or data that you put into this service are public.

agvgd documentation built on Sept. 11, 2022, 1:07 a.m.