powered by
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.
progress_table(..., compare)
A table with a row for each vector in ....
...
Any number of vectors to check.
A vector to compare each of ... against. Useful with valid_zip, valid_state (valid_name), or valid_city.
progress_table(state.name, toupper(state.name), compare = valid_name)
Run the code above in your browser using DataLab