Learn R Programming

HTSanalyzeR (version 2.24.0)

GenHTSAHtmlRowUnit: Generate html codes for one unit of a row of a table

Description

This is an internal function.

Usage

GenHTSAHtmlRowUnit(content, href.attr=NULL,td.attr=NULL,header=FALSE)

Arguments

content
the content of the table unit
href.attr
attributes of hyperlinks
td.attr
attributes of a standard cell
header
a logical value specifying whether the unit is a table header unit

Details

This is an internal function.