remove_class_csfmt_rts_data: Remove class csfmt_rts_data_*

View source: R/csfmt_rts_v1.R

remove_class_csfmt_rts_dataR Documentation

Remove class csfmt_rts_data_*

Description

Remove class csfmt_rts_data_*

Usage

remove_class_csfmt_rts_data(x)

Arguments

x

data.table

Value

No return value, called for the side effect of removing the csfmt_rts_data class from x.

See Also

Other csfmt_rts_data: expand_time_to(), identify_data_structure(), set_csfmt_rts_data_v1(), unique_time_series()

Examples

x <- cstidy::generate_test_data() %>%
  cstidy::set_csfmt_rts_data_v1()
class(x)
cstidy::remove_class_csfmt_rts_data(x)
class(x)

cstidy documentation built on May 31, 2023, 7:25 p.m.