add_html_part: Add html text of table part

View source: R/create_html.R

add_html_partR Documentation

Add html text of table part

Description

Add html text of table part

Usage

add_html_part(st, tb, rows, tag_part, hash, indent_level)

Arguments

st

A StyledTable class object

tb

A text builder

rows

The rows of the st which should be added

tag_part

A string holding the html tag of the table part. Usually either "thead" or "tbody".

hash

A string holding the (almost) unique hash value for the table.

indent_level

An optional integer defining, the indentation level of the resulting html code


R-package/styledTables documentation built on Feb. 6, 2024, 2:21 a.m.