check_time0_formatted {dbnR}R Documentation

Checks if the vector of names are time formatted to t_0

Description

This will check if the names are properly time formatted in t_0 to be folded into more time slices. A vector is well formatted in t_0 when all of its column names end in '_t_0'.

Usage

check_time0_formatted(obj)

Arguments

obj

the vector of names

Value

TRUE if it is well formatted. FALSE in other case.


[Package dbnR version 0.7.8 Index]