mts_isValid {MazamaTimeSeries}R Documentation

Test mts object for correct structure

Description

The mts is checked for the presence of core meta and data columns.

Core meta columns include:

Core data columns include:

Usage

mts_isValid(mts = NULL, verbose = FALSE)

Arguments

mts

mts object

verbose

Logical specifying whether to produce detailed warning messages.

Value

Invisibly returns TRUE if mts has the correct structure, FALSE otherwise.

See Also

mts_check

Examples

library(MazamaTimeSeries)

print(mts_isValid(example_mts))


[Package MazamaTimeSeries version 0.3.0 Index]