html5.logical: Default conversion to HTML5 for a logical cell

View source: R/render-html5.R

html5.logicalR Documentation

Default conversion to HTML5 for a logical cell

Description

Produces table cell or nothing if it's an NA. This is useful for dealing with rowspan and colspan.

Usage

## S3 method for class 'logical'
html5(object, id, ..., class = NA)

Arguments

object

The cell to render to HTML5

id

A unique identifier for traceability

...

additional arguments to renderer. Unused

class

An additional class attribute for the HTML5 element

Value

An empty html5 td of the given class


spgarbet/tg documentation built on Feb. 21, 2023, 3:35 a.m.