| format_pvalues_export_html | R Documentation |
Applies bold formatting to significant p-values in HTML tables using the b tag.
format_pvalues_export_html(df, p_threshold = 0.05)
df |
Data.table containing p-value columns. |
p_threshold |
Numeric threshold for significance (default 0.05). |
Data.table with significant p-values wrapped in HTML bold tags.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.