countUnique: Get the unique values and count the numbers of them in a...

Description Usage Arguments Value Author(s) Examples

Description

Get the unique values and count the numbers of them in a sample

Usage

1

Arguments

x

A sample of data

Value

A two-column matrix, the first column records the unique values and the second column are the correponding numbers of the unique values

Author(s)

Wayne Oldford and Xiaomei Yu

Examples

1
countUnique(c(1,4,5,2,1,1,4,2))

rwoldford/tidy-table documentation built on May 12, 2019, 4:38 a.m.