attr: Extract cubble attributes

key_vars.cubble_dfR Documentation

Extract cubble attributes

Description

Extract cubble attributes

Usage

## S3 method for class 'cubble_df'
key_vars(x)

## S3 method for class 'cubble_df'
key(x)

## S3 method for class 'cubble_df'
key_data(.data)

coords(data)

spatial(data)

## S3 method for class 'spatial_cubble_df'
spatial(data)

## S3 method for class 'temporal_cubble_df'
spatial(data)

index(data)

index_var(data)

Arguments

x, .data, data

a cubble object

Examples

library(tsibble)
key(climate_mel)
key_vars(climate_mel)
key_data(climate_mel)
cubble::index(climate_mel)
cubble::index_var(climate_mel)
coords(climate_mel)
spatial(climate_mel)

cubble documentation built on July 9, 2023, 6:19 p.m.