|
move_to_last() move_to_first()
|
Move a column to the beginning or end of a data frame |
|
sort_by_label()
|
Sort the columns of a data frame by it's labels (alphabetically) |
|
add_total_column()
|
Add a total column to a tbl |
|
format_p()
|
Format a column of p-values |
|
str_to_firstup()
|
Capitalize the first character of a string |
|
unfill_vec()
|
Unfill a vector |
|
countpct()
|
Summarize two columns as N (%) |
|
nrange()
|
Summarize three columns as N (low, high) |
|
split_nrange()
|
Split character vector of N (low, high) into three columns |
|
percent_to_numeric()
|
Convert a formatted percent to a numeric |
|
in_row_headers()
|
Add header rows within a column for values that repeat. |
|
polish()
|
Tidy and put the finishing touches on a model output |