key_vars.cubble_df | R Documentation |
Extract cubble attributes
## 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)
x , .data , data |
a cubble object |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.