Description Usage Arguments Value
View source: R/CodeHover_functions.R
Codehover add row to the table and images to be linked to each row. You can create multiple lines piping various ch_row
.
1 |
.data |
Codehover object (text string) created by ch_int. |
text |
(string) Text to be display inside the table row. |
img |
(string) Path to the image. If url = TRUE the img should be a url link to a image. |
url |
(Boolean) Default FALSE, if TRUE indicates that the image is hosted somewhere else and it should not be embeded in the HTML page via base64. |
... |
Adicional paramethers |
The populated HTML table to be passed to another ch_row
function or to the ch_out
function to finnish the table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.