tsibble1.1.5 package

Tidy Temporal Data Frames and Tools

interval-pull

Pull time interval from a vector

is-tsibble

If the object is a tsibble

key_drop_default

Default value for .drop argument for key

key-data

Key metadata

key

Return key variables

measured-vars

Return measured variables

new_tsibble

Create a subclass of a tsibble

as-tibble

Coerce to a tibble or data frame

as-tsibble

Coerce to a tsibble object

as.ts.tbl_ts

Coerce a tsibble to a time series

build_tsibble_meta

Low-level & high-performance constructor for a tsibble object

index-rd

Return index variable from a tsibble

build_tsibble

Low-level constructor for a tsibble object

count_gaps

Count implicit gaps

default_time_units

Time units from tsibble's "interval" class used for seq(by = )

difference

Lagged differences

duplicates

Test duplicated observations determined by key and index variables

fill_gaps

Turn implicit missing values into explicit missing values

filter_index

A shorthand for filtering time index for a tsibble

group_by_key

Group by key variables

guess_frequency

Guess a time frequency from other index objects

has_gaps

Does a tsibble have implicit gaps in time?

holiday_aus

Australian national and state-based public holiday

index_valid

Add custom index support for a tsibble

index-by

Group by time index and collapse with summarise()

new-data

New tsibble data and append new observations to a tsibble

new-interval

Interval constructor for a tsibble

reexports

Objects exported from other packages

regular

Meta-information of a tsibble

scan_gaps

Scan a tsibble for implicit missing observations

slide_tsibble

Perform sliding windows on a tsibble by row

stretch_tsibble

Perform stretching windows on a tsibble by row

tile_tsibble

Perform tiling windows on a tsibble by row

time_in

If time falls in the ranges using compact expressions

tsibble-package

tsibble: tidy temporal data frames and tools

tsibble-scales

tsibble scales for ggplot2

tsibble-tidyverse

Tidyverse methods for tsibble

tsibble-vctrs

Internal vctrs methods

tsibble

Create a tsibble object

unnest_tsibble

Unnest a data frame consisting of tsibbles to a tsibble

update_tsibble

Update key and index for a tsibble

year-month

Represent year-month

year-quarter

Represent year-quarter

year-week

Represent year-week based on the ISO 8601 standard (with flexible star...

Provides a 'tbl_ts' class (the 'tsibble') for temporal data in an data- and model-oriented format. The 'tsibble' provides tools to easily manipulate and analyse temporal data, such as filling in time gaps and aggregating over calendar periods.

  • Maintainer: Earo Wang
  • License: GPL-3
  • Last published: 2024-06-27