Description Usage Arguments Value
View source: R/CodeHover_functions.R
Codehover initiate HTML table. Here you can adjust some HTML-style properties, and choose the type of hover effect.
1 2 3 4 5 6 7 |
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 |
The beggining of an HTML table to be passed to the function ch_row
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.