r-lib/pillar

Print data as soon as it is available

krlmlr opened this issue · 1 comments

Distinguish two modes in tbl_format_setup(): printing and formatting. Really useful with #435.

We should print the header early. It might not change much without optimizing display of numbers, because pillar_shaft.numeric() is the main bottleneck.