
Hash the data structure of a dataset for a given column
Source:R/csfmt_rts_generics.R, R/csfmt_rts_v2.R
identify_data_structure.RdReduces the data structure of a column inside a dataset into something that describes
Usage
identify_data_structure(x, col, ...)
# S3 method for class 'csfmt_rts_data_v2'
identify_data_structure(x, col, ...)
# S3 method for class '`tbl_Microsoft SQL Server`'
identify_data_structure(x, col, ...)See also
Other csfmt_rts_data:
expand_time_to(),
remove_class_csfmt_rts_data(),
set_csfmt_rts_data_v1(),
set_csfmt_rts_data_v2(),
unique_time_series()
Examples
cstidy::generate_test_data() %>%
cstidy::set_csfmt_rts_data_v2() %>%
cstidy::identify_data_structure("deaths_n") %>%
plot()