Learn R Programming

tsibble (version 0.5.2)

is_regular: is_regular checks if a tsibble is spaced at regular time or not; is_ordered checks if a tsibble is ordered by key and index.

Description

is_regular checks if a tsibble is spaced at regular time or not; is_ordered checks if a tsibble is ordered by key and index.

Usage

is_regular(x)

is.regular(x)

is_ordered(x)

Arguments

x

A tsibble object.

Examples

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

Run the code above in your browser using DataLab