R/sort_output_tbl.R
sort_output_tbl.Rd
sort_output_tbl
is a helper function for all IND~pressure
modeling functions and rearranges columns so that all output tibbles show
the same order of variables. This is a generic function in the sense that
all other variables not considered in the sorting list here are placed at
the end. That way, any modified tibble can be used as input.
sort_output_tbl(mod_tbl)
mod_tbl | A tibble, e.g. tibbles generated by the IND~pressure modeling functions |
---|
The function returns a re-arranged input tibble.