R/compat-strrep.R

if (getRversion() < "3.3.0") {
  strrep <- function(x, times) {
    map_chr(
      times,
      function(n) paste(rep(x, n), collapse = "")
    )
  }
}
tidyverse/tibble documentation built on Oct. 14, 2024, 8:57 a.m.