tibble 3.1.6
set_num_opts()
andset_char_opts()
are reexported from pillar (#959).view()
usesrlang::expr_deparse(width = Inf)
to avoid errors with long|>
pipes (#957).new_tibble()
checks that thenrow
argument is nonnegative and less than 2^31 (#916).tbl_sum.tbl_df()
has an ellipsis in its formals for extensibility.