format_p | R Documentation |
This function formats the p values in a table
format_p(df, cut = 0.05, p_names = "p", col_names = NA)
df |
A tibble or dataframe of the data |
cut |
A number of the significance cut off, default is 0.05 |
p_names |
A character vector of the column names of p values, default is 'p' |
col_names |
A character vector of output table column names, default is NA, which uses original names |
A html table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.