How can I view the remaining 3 variables within the console output?
Thanks.

calib_tbl %>% modeltime_accuracy() %>%
print(width=Inf)
It's a bit late to add an answer now. But in addition to AdilK's answer, you can change the setting globally by setting options(tibble.width = 400) for your current session. tibble.width defaults to 81, you may change it to any other values of your choice.
Or, you could add the setting to .Rprofile if you want to apply the setting every time when you open RStudio.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With