joeroe / era

R package for year-based time scales

Home Page:https://era.joeroe.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method for strictly comparing eras

joeroe opened this issue · comments

era("AD") == era("CE")
#> [1] TRUE

But sometimes you might want it to be FALSE.

Realised this is not really necessary in this_year(), or in general because identical() and vctrs::vec_compare() exist.