freq: One-way frequency table.

Description Usage Arguments Value Examples

Description

Create a simple one-way frequency table using dplyr verbs.

Usage

1

Arguments

df

The dataframe to perform the frequency on.

...

The column(s) to group by for counting.

Value

A tibble[tibble] containing the keys and a count of occurrences.

Examples

1
iris %>% freq("Species")

curtisalexander/CRAmisc documentation built on May 14, 2019, 12:52 p.m.