Learn R Programming

tsibble (version 0.1.0)

is_regular: If a tsibble is spaced at regular time or not

Description

If a tsibble is spaced at regular time or not

Usage

is_regular(x)

is.regular(x)

Arguments

x

A tsibble object.

Examples

Run this code
# NOT RUN {
data(pedestrian)
is_regular(pedestrian)
# }

Run the code above in your browser using DataLab