print_significance | R Documentation |
print_significance() is a Print function that prints output to console. Specifically, this function implements an algorithm to print significance. The function returns Data (an output object of multiple potential types).
print_significance(
data_tb,
by_1L_chr,
vars_chr,
caption_1L_chr = character(0),
output_type_1L_chr = "HTML",
sort_1L_lgl = T
)
data_tb |
Data (a tibble) |
by_1L_chr |
By (a character vector of length one) |
vars_chr |
Variables (a character vector) |
caption_1L_chr |
Caption (a character vector of length one), Default: character(0) |
output_type_1L_chr |
Output type (a character vector of length one), Default: 'HTML' |
sort_1L_lgl |
Sort (a logical vector of length one), Default: T |
Data (an output object of multiple potential types)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.