get.class.id0 {tdata}R Documentation

Convert Frequency to Character and Class Id

Description

This function returns the output of the as.character.ldtf and get.class.id functions.

Usage

get.class.id0(frequency)

Arguments

frequency

The value of the frequency, which must be an ldtf object returned from the f.? functions.

Value

A list with the following items:

See Also

get.class.id

Examples


freq <- f.x.times.a.day(f.daily(c(2023,5,16)),13, 12)
freq_class_id <- get.class.id0(freq)

freq1 <- f.monthly(2020,3)
freq1_class_id <- get.class.id0(freq1)

[Package tdata version 0.3.0 Index]