color.table: Colorful tables in the 'climex' app

Description Usage Arguments Details Value Author(s) See Also

Description

Adds font color to a HTML table.

Usage

1
2
color.table(x.html.table, css.colours,
  style = "table-condensed table-bordered")

Arguments

x.html.table

HTML table.

css.colours

Character vector containing the colors in hex.

style

Additional style tags for the output table.

Details

In each element of the table, where the font should be colored, the corresponding color has to be added via paste( as.character( table[ x, y ] ), "#0000FF" ).

Value

Same format as input.

Author(s)

Philipp Mueller

See Also

pandoc.table.return and markdownToHTML

Other climex-fitting: data.fitting, fit.interactive, generalFitStatisticsTable, generalFitStatistics


theGreatWhiteShark/climexUI documentation built on May 22, 2019, 2:25 p.m.