0

Convert bicycle.rda to a tsibble with an index of dteday.

enter image description here

how to convert bicycle.rda to a tsibble with an index of dteday? Thank you!

Phil
  • 7,287
  • 3
  • 36
  • 66
  • You can use the `as_tsibble()` function, where you specify which columns are the time variable (`index`), and which are the series identifying variables (`key`). More information can be found at https://tsibble.tidyverts.org/ – Mitchell O'Hara-Wild Oct 11 '22 at 00:04

0 Answers0