Closed gavinsimpson closed 10 months ago
add_sizer(obj) adds columns .change or .decrease and .increase to obj. It would be nicer to move these so that they come before the data columns
add_sizer(obj)
.change
.decrease
.increase
obj
> names(tbl) [1] ".smooth" ".by_var" ".fs_var" ".derivative" ".se" ".crit" [7] ".lower_ci" ".upper_ci" "x0" "x1" "x2" "x3" [13] ".decrease" ".increase"
so .decrease and .increase would move to before x0 in the above example
x0
add_sizer(obj)
adds columns.change
or.decrease
and.increase
toobj
. It would be nicer to move these so that they come before the data columnsso
.decrease
and.increase
would move to beforex0
in the above example