useful_dt: Useful functions to manipulate datasets.

frequency_tableR Documentation

Useful functions to manipulate datasets.

Description

Generate Frequency Function

Usage

frequency_table(data)

x %!in% y

Arguments

data

a dataframe

x

the value to be tested

y

the vector to be tested

Functions

  • frequency_table(): frequency_table is a function to summarize data

  • x %!in% y:

Examples

## Not run: 
  frequency_table(mtcars)

## End(Not run)


JihongZ/usefulR documentation built on Sept. 14, 2023, 6:09 p.m.