describe: describe

Description Usage Arguments Value Examples

View source: R/describe.R

Description

Make a summary dataframe for a dataframe.

Usage

1
2
describe(dat, screen_vars = c("username", "ip"), n_example_values = 5,
  max_nchar = 25, round_digits = 2, show_size = TRUE)

Arguments

dat

dataframe or tibble

screen_vars

vector of variable names whose values should not be show in the summary

n_example_values

max number of value examples to show

max_nchar

max nchar length of value examples

round_digits

digits for rounding displayed numbers

show_size

logical, whether to include the data size at the top of the summary

Value

a tibble

Examples

1
describe(tibble(x=c(1,2,3)))

rushkin/argus documentation built on Feb. 18, 2021, 8:13 p.m.