firstrow_css: Format first row of each rowgroup

firstrow_cssR Documentation

Format first row of each rowgroup

Description

firstrow_css makes a css for first row of each rowgroup in a layout object. The output can be fed to the html function as a css.cell argument.

Usage

firstrow_css(object, css_style = "font-size: 2em;", ...)

Arguments

object

A layout object.

css_style

A character vector with the css style options that arfe to be applied. The default css applied is "font -size: 2em;".

Value

A matrix specifying the css for each cell in the html table.

See Also

prepare for making a layout object and layout_html for printing a layout object to html.

Other table layout: add_colgroup(), add_cols(), add_rowgroup(), add_units(), layout_html(), order_by_vector(), order_layout(), prepare(), print_abbrev(), query_abbrev()

Examples

firstrow_css(example_layout)

eeenilsson/layout documentation built on Sept. 26, 2022, 8:14 p.m.