| tsibble-package | tsibble: tidy temporal data frames and tools |
| append_case | New tsibble data and append new observations to a tsibble |
| append_row | New tsibble data and append new observations to a tsibble |
| are_duplicated | Test duplicated observations determined by key and index variables |
| as.ts.tbl_ts | Coerce a tsibble to a time series |
| as_tibble.tbl_ts | Coerce to a tibble or data frame |
| as_tsibble | Coerce to a tsibble object |
| as_tsibble.mts | Coerce to a tsibble object |
| as_tsibble.ts | Coerce to a tsibble object |
| build_tsibble | Low-level constructor for a tsibble object |
| count_gaps | Count implicit gaps |
| 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 | Return index variable from a tsibble |
| index2 | Return index variable from a tsibble |
| index2_var | Return index variable from a tsibble |
| index_by | Group by time index and collapse with 'summarise()' |
| index_valid | Add custom index support for a tsibble |
| index_var | Return index variable from a tsibble |
| interval | Meta-information of a tsibble |
| interval_pull | Pull time interval from a vector |
| is_53weeks | Represent year-week (ISO) starting on Monday |
| is_duplicated | Test duplicated observations determined by key and index variables |
| is_grouped_ts | If the object is a tsibble |
| is_ordered | Meta-information of a tsibble |
| is_regular | Meta-information of a tsibble |
| is_regular_interval | Interval constructor for a tsibble |
| is_tsibble | If the object is a tsibble |
| is_yearmonth | Represent year-month |
| is_yearquarter | Represent year-quarter |
| is_yearweek | Represent year-week (ISO) starting on Monday |
| key | Return key variables |
| key_vars | Return key variables |
| measured_vars | Return measured variables |
| measures | Return measured variables |
| new_data | New tsibble data and append new observations to a tsibble |
| new_data.tbl_ts | New tsibble data and append new observations to a tsibble |
| new_interval | Interval constructor for a tsibble |
| new_tsibble | Create a subclass of a tsibble |
| pedestrian | Pedestrian counts in the city of Melbourne |
| 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 |
| tourism | Australian domestic overnight trips |
| tsibble | Create a tsibble object |
| tsibble-tidyverse | Tidyverse methods for tsibble |
| update_tsibble | Update key and index for a tsibble |
| yearmonth | Represent year-month |
| yearquarter | Represent year-quarter |
| yearweek | Represent year-week (ISO) starting on Monday |