Learn R Programming

bpa (version 0.1.1)

messy: Simulated Data

Description

Simulated (messy) data set to help illustrate some of the uses of basic pattern analysis.

Arguments

Format

A data frame with 1000 rows and 3 variables

Details

  • Gender Gender in various formats.
  • Date Dates in various formats.
  • Phone Phone numbers in various formats.

Examples

Run this code
data(messy)
bpa(messy, unique_only = TRUE, ws_char = " ")

Run the code above in your browser using DataLab