DatatableColumn {stencilaschema}R Documentation

A column of data within a Datatable.

Description

A column of data within a Datatable.

Usage

DatatableColumn(
  name,
  values,
  alternateNames,
  description,
  id,
  identifiers,
  images,
  meta,
  url,
  validator
)

Arguments

name

The name of the item. Required.

values

The data values of the column. Required.

alternateNames

Alternate names (aliases) for the item.

description

A description of the item.

id

The identifier for this item.

identifiers

Any kind of identifier for any kind of Thing.

images

Images of the item.

meta

Metadata associated with this item.

url

The URL of the item.

validator

The validator to use to validate data in the column.

Value

A list of class DatatableColumn

See Also

Thing


[Package stencilaschema version 1.0.0 Index]