TableCell: A cell within a 'Table'.

Description Usage Arguments Value See Also

View source: R/types.R

Description

A cell within a Table.

Usage

1
TableCell(content, cellType, colspan, id, meta, name, rowspan)

Arguments

content

Contents of the table cell. Required.

cellType

Indicates whether the cell is a header or data.

colspan

How many columns the cell extends.

id

The identifier for this item.

meta

Metadata associated with this item.

name

The name of the cell.

rowspan

How many columns the cell extends.

Value

A list of class TableCell

See Also

Entity


stencilaschema documentation built on Feb. 22, 2021, 5:05 p.m.