jj_describe_df: describe all the columns in a data.frame

View source: R/jj_describe_df.R

jj_describe_dfR Documentation

describe all the columns in a data.frame

Description

Gives an overview of a data.frame (dimensions, class of each column, mode/min/mean/max, distinct values, na_count, table, head)

Usage

jj_describe_df(df, convert = FALSE, return_df = FALSE)

Arguments

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

Examples

jj_describe_df(pbmc_small[[]])

mathosi/jj documentation built on Feb. 25, 2024, 2:29 p.m.