tbl.struct: Table Structure

Description Usage Arguments

Description

Generalization of table structure

Usage

1
2
tbl.struct(fmla = NULL, data, label = NULL, group = NULL, regx = NA,
  main = NA, footnote = NA, row.hl = list(dx = NULL, col = NULL))

Arguments

fmla

Formula interface to define table structure

data

data.frame

label

name of column containing row labels

group

name of column containing hieriarchy labels for the row names

regx

regular expression to be removed from original column names

main

Table title

footnote

footnote

row.hl

row highlight object see row.hl function


dprint documentation built on May 2, 2019, 10:14 a.m.

Related to tbl.struct in dprint...