R/rowid-capital.R

Defines functions rif_capital

rif_capital <- function(has_title_row, has_star, ...) {
  title <- rif_title(has_title_row, ...)
  type <- rif_type(has_star, ...)
  new_pillar_capital(title, type)
}
hadley/pillar documentation built on March 11, 2024, 2:21 a.m.