View source: R/string-manipulation.R
make_pretty_df | R Documentation |
Make a data.frame more aesthetically pleasing
make_pretty_df(
df,
column.names = TRUE,
group.names = TRUE,
make.pretty = TRUE,
...
)
df |
A data.frame. |
column.names |
Logical. If FALSE, column names are skipped. |
group.names |
Logical. If FALSE, discrete variables are skipped. |
make.pretty |
Logical. If FALSE, all functions are skipped. |
... |
Additional arguments given to |
A more aesthetically pleasing version of the input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.