html5.cell_subheader: Convert an abstract cell_subheader object into an HTML5...

View source: R/render-html5.R

html5.cell_subheaderR Documentation

Convert an abstract cell_subheader object into an HTML5 string

Description

Given a cell_subheader class create an HTML5 representation.

Usage

## S3 method for class 'cell_subheader'
html5(object, id, ..., class = NULL)

Arguments

object

The cell subheader to render to HTML5

id

A unique identifier for traceability

...

additional arguments to renderer. Unused

class

additional class attributes for CSS rendering

Value

A text string rendering of the given subheader as a <td> with several <span>'s.


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