We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think a range() that operates specifically on yearweek objects is required.
library(tsibble) #> #> Attaching package: 'tsibble' #> The following objects are masked from 'package:base': #> #> intersect, setdiff, union wk <- make_yearweek(2023, 21:50, week_start=7) wk[1] #> <yearweek[1]> #> [1] "2023 W21" #> # Week starts on: Sunday range(wk) #> <yearweek[2]> #> [1] "2023 W20" "2023 W49" #> # Week starts on: Monday
Related to: tidyverts/fable#397
The text was updated successfully, but these errors were encountered:
fixed in #299
Sorry, something went wrong.
No branches or pull requests
I think a range() that operates specifically on yearweek objects is required.
Related to: tidyverts/fable#397
The text was updated successfully, but these errors were encountered: