tsibble
tsibble copied to clipboard
yearquarter format
Yearquarter strings usually depend of locale. That is, in my language (French), the dates would often be in in the "2020T4" format (T for trimestre)
Could it be possible to get a format arg ?
yearquarter("2020T4")
#<yearquarter[1]>
#[1] "2020 Q2"
yearquarter("2020Q4")
#<yearquarter[1]>
#[1] "2020 Q4"