| format_pvalues_export_tex | R Documentation |
Applies bold formatting to significant p-values in LaTeX tables using the textbf command.
format_pvalues_export_tex(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 LaTeX bold commands.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.