davidchall / bignum

Arbitrary-precision arithmetic for R
https://davidchall.github.io/bignum
Other
16 stars 3 forks source link

Pretty printing within tibble #21

Closed davidchall closed 3 years ago

davidchall commented 3 years ago

Fixes #19.

A follow-up to #17, this adjusts formatting of the bignum vectors when they are stored in a tibble. I've tried to remain roughly consistent with how atomic vectors are displayed by pillar.

image