chk.TS.data {covid19.analytics} | R Documentation |
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)
Arguments
data |
data set to consider |
xtp |
indicator whether to stop the program if data is not time series |
Value
a boolean indicator whether the data contains time series values or not
[Package covid19.analytics version 2.1.3.3 Index]