calcite_table_header: Create a Calcite Table Header

View source: R/table.R

calcite_table_headerR Documentation

Create a Calcite Table Header

Description

Creates a header cell for use in calcite_table headers.

Usage

calcite_table_header(heading, description = NULL, alignment = "start")

Arguments

heading

Header text to display

description

Optional description text below heading

alignment

Alignment: "start", "center", or "end" (default: "start")

Value

A calcite-table-header tag

Examples

calcite_table_header(
  heading = "Name",
  description = "Person's full name"
)

calcite documentation built on March 3, 2026, 5:07 p.m.