check_object {tsSelect}R Documentation

Check Object class

Description

Internal function that verifies the class of the object (should be time series)

Usage

check_object(x)

Arguments

x

A timeseries object

Details

internal function for verifying that the object belongs to class "time series"

Value

stops if object not a ts class

Author(s)

Avi Blinder


[Package tsSelect version 0.1.8 Index]