| bold_pvalues_ft | R Documentation |
Applies bold formatting to significant p-values in flextable objects by detecting values below threshold or "< 0.001" patterns.
bold_pvalues_ft(ft, df, p_threshold = 0.05)
ft |
flextable object. |
df |
The source data.table. |
p_threshold |
Numeric p-value threshold for significance. |
Flextable object with significant p-values bolded.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.