Learn R Programming

campfin (version 1.0.11)

progress_table: Create a progress table

Description

Create a tibble with rows for each stage of normalization and columns for the various statistics most useful in assessing the progress of each stage.

Usage

progress_table(..., compare)

Value

A table with a row for each vector in ....

Arguments

...

Any number of vectors to check.

compare

A vector to compare each of ... against. Useful with valid_zip, valid_state (valid_name), or valid_city.

Examples

Run this code
progress_table(state.name, toupper(state.name), compare = valid_name)

Run the code above in your browser using DataLab