ch_int: codehover initiate Table

Description Usage Arguments Value

View source: R/CodeHover_functions.R

Description

Codehover initiate HTML table. Here you can adjust some HTML-style properties, and choose the type of hover effect.

Usage

1
2
3
4
5
6
7
ch_int(
  type = "incremental",
  css_class = "",
  table_tag_add = "",
  div_tag_add = "",
  ...
)

Arguments

type

(string) Type of hover effect, options are "one_row" or "incremental", the later highlights every prior row and the row curent hovered. Default is "incremental".

css_class

(string) Pass a CSS class name here as text to style the whole table.

table_tag_add

(string) Aditional html parameter for table tag.

div_tag_add

(string) Aditional html parameter for div tag (table container).

...

Adicional paramethers

Value

The beggining of an HTML table to be passed to the function ch_row


arthurwelle/codehover documentation built on Dec. 19, 2021, 4:43 a.m.