Skip to contents

Reduces the data structure of a column inside a dataset into something that describes

Usage

identify_data_structure(x, col, ...)

# S3 method for csfmt_rts_data_v2
identify_data_structure(x, col, ...)

# S3 method for `tbl_Microsoft SQL Server`
identify_data_structure(x, col, ...)

Arguments

x

An object

col

Column name to hash

...

Arguments passed to or from other methods

Value

csfmt_rts_data_structure_hash_v2, a summary object.

Examples

cstidy::generate_test_data() %>%
  cstidy::set_csfmt_rts_data_v2() %>%
  cstidy::identify_data_structure("deaths_n") %>%
  plot()