Learn R Programming

covid19.analytics (version 2.1.3.3)

chk.TS.data: auxiliary function to check whether a dataset is composed of time series data

Description

auxiliary function to check whether a dataset is composed of time series data

Usage

chk.TS.data(data, xtp = FALSE)

Value

a boolean indicator whether the data contains time series values or not

Arguments

data

data set to consider

xtp

indicator whether to stop the program if data is not time series