tidy.skim_df: Tidy a numeric skimr table.

Description Usage Arguments

View source: R/helpers.R

Description

Tidy a numeric skimr table.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## S3 method for class 'skim_df'
tidy(
  x,
  missing = FALSE,
  complete = TRUE,
  n = TRUE,
  mean = TRUE,
  sd = TRUE,
  p0 = FALSE,
  p25 = FALSE,
  p50 = FALSE,
  p75 = FALSE,
  p100 = FALSE,
  hist = FALSE
)

Arguments

x

an object of class skim_df

missing

return the missing column, logical

complete

return the complete column, logical

n

return the n column, logical

mean

return the mean column, logical

sd

return the sd column, logical

p0

return the p0 column, logical

p25

return the p25 column, logical

p50

return the p50 column, logical

p75

return the p75 column, logical

p100

return the p100 column, logical

hist

return the hist column, logical


nt-williams/hamburger documentation built on Jan. 23, 2020, 1:28 p.m.