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)
}

Try the pillar package in your browser

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

pillar documentation built on March 31, 2023, 10:19 p.m.