Learn R Programming

calcite (version 1.0.0)

calcite_table_header: 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")

Value

A calcite-table-header tag

Arguments

heading

Header text to display

description

Optional description text below heading

alignment

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

Examples

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

Run the code above in your browser using DataLab