View source: R/jj_describe_df.R
jj_describe_df | R Documentation |
Gives an overview of a data.frame (dimensions, class of each column, mode/min/mean/max, distinct values, na_count, table, head)
jj_describe_df(df, convert = FALSE, return_df = FALSE)
df |
data.frame |
convert |
if convert = T, convert character columns that only contain digits to numeric columns before summarising |
return_df |
if return_df = T, return the summary tibble instead of printing it out |
jj_describe_df(pbmc_small[[]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.