get_uniq: get_uniq

Description Usage Arguments Value See Also Examples

View source: R/get_uniq.R

Description

Get number of unique values in each column, not including 'NA'

Usage

1

Arguments

df

data frame

Value

data frame with two columns, one for variable name and one for number of unique values

See Also

Other summary functions: chisq_tests, correlations, freq_tables, outlier_impact, sample_size

Examples

1
2
3
require(NHANES)
data(NHANES)
get_uniq(NHANES)

HallLab/clarite documentation built on Oct. 27, 2020, 6:27 p.m.