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
No description provided.
The text was updated successfully, but these errors were encountered:
Pretty-print era (#33) and era_year (#34) in tibbles
a952701
Before:
tibble(era = era(c("cal BP", "BC", "AH")), unit = era_unit(era)) # A tibble: 3 × 2 era unit <era> <era_year> 1 Before Present (cal BP): Gregorian years (365.2425 days), counted backwards from 1950 Gregorian years (365.2425 days) 2 Before Christ (BC): Gregorian years (365.2425 days), counted backwards from 1 Gregorian years (365.2425 days) 3 Anno Hegirae (AH): Islamic lunar years (354.36708 days), counted forwards from 622.53662977337 Islamic lunar years (354.36708 days)
After:
# A tibble: 3 × 2 era unit <era> <era_year> 1 cal BP Gregorian 2 BC Gregorian 3 AH Islamic lunar
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: