sts_isValid {MazamaTimeSeries}R Documentation

Test sts object for correct structure

Description

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

Core meta columns include:

Core data columns include:

Usage

sts_isValid(sts = NULL, verbose = FALSE)

Arguments

sts

sts object

verbose

Logical specifying whether to produce detailed warning messages.

Value

TRUE if sts has the correct structure, FALSE otherwise.

Examples

library(MazamaTimeSeries)

sts_isValid(example_sts)


[Package MazamaTimeSeries version 0.3.0 Index]