Stat: Shows a quick summary of a data frame

Description Usage Arguments Value

View source: R/stat.R

Description

Shows element type, row count, na row count, unique row count, mean, min, Q1, median, Q3, max, min string length, max string length and set of samples from each of the columns in a data frame.

Usage

1
Stat(df, sample = 20, sample_delim = "; ")

Arguments

df

Data frame.

sample

Number of samples from each column. Defaults to 20.

sample_delim

Delimiter for each sample.

Value

Stat(census)


neemtreeparrot/tidbitr documentation built on May 23, 2019, 1:31 p.m.