File: rowid-capital.R

package info (click to toggle)
r-cran-pillar 1.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,476 kB
  • sloc: sh: 13; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (4)
1
2
3
4
5
rif_capital <- function(has_title_row, has_star, ...) {
  title <- rif_title(has_title_row, ...)
  type <- rif_type(has_star, ...)
  new_pillar_capital(title, type)
}