| firstrow_css | R Documentation |
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.
firstrow_css(object, css_style = "font-size: 2em;", ...)
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;". |
A matrix specifying the css for each cell in the html table.
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()
firstrow_css(example_layout)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.