                        tsibble: tidy temporal data frames and tools
arrange.tbl_ts          Arrange rows by 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
build_tsibble           Construct a tsibble object
case_na                 A thin wrapper of 'dplyr::case_when()' if there
                        are 'NA's
fill_na                 Turn implicit missing values into explicit
                        missing values
filter.tbl_ts           Return rows with matching conditions
group_by.tbl_ts         Group by one or more variables
guess_frequency         Guess a time frequency from other index objects
id                      Identifier to construct structural variables
index_sum               Extensible index type to tsibble
inform_duplicates       Inform duplication of key and index variables
interval                Return index and interval from a tsibble
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.
is_tsibble              Test if the object is a tsibble
key                     Return key variables
key_size                Compute sizes of key variables
key_update              Change/update key variables for a given
                        'tbl_ts'
measured_vars           Return measured variables
mutate.tbl_ts           Add new variables
pedestrian              Pedestrian counts in the city of Melbourne
pull_interval           Extract time interval from a vector
select.tbl_ts           Select/rename variables by name
slice.tbl_ts            Selects rows by position
slide                   Sliding window calculation
split_by                Split a data frame into a list of subsets by
                        variables
stretch                 Stretching window calculation
summarise.tbl_ts        Collapse multiple rows to a single value
tile                    Tiling window calculation
tourism                 Australian domestic overnight trips
tsibble                 Create a tsibble object
tsummarise              Aggregate over calendar periods
yearmonth               Represent year-month or year-quarter objects
