R/utils-fill_blanks.R

# little function to fill in blank rows if not specified
# used in the constuction of header rows
fill_blanks <- function(x, max) {
  c(rep("", max - length(x)), x)
}
ddsjoberg/gtsummary-v0.1 documentation built on June 4, 2019, 7:48 a.m.