R/utils.R

Defines functions create_indent

create_indent <- function(depth) {
  paste0(rep("  ", depth), collapse = "")
}
coolbutuseless/minihtml documentation built on March 11, 2020, 5:22 p.m.