Features
-
tbl_format_setup()
gains asetup
argument that supports printing the header before the data for the body is available, e.g., for remote backends such as databases (#686). -
New
tbl_nrow()
generic to support lazy data frames (#679). -
Show missing values in red in
glimpse()
(@ryanzomorrodi, #662). -
Math operations on
num()
objects now pass additional arguments to the mathematical function (@gvelasq, #659, #660).