progress_table: Create a progress table

View source: R/progress-table.R

progress_tableR Documentation

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)

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.

Value

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

Examples

progress_table(state.name, toupper(state.name), compare = valid_name)

irworkshop/campfin documentation built on Oct. 19, 2023, 8:02 a.m.