This function completes the subsetting, transforming and
ordering triad with a function that works in a similar
way to subset and transform
but for reordering a data frame by its columns. This
saves a lot of typing!
Usage
arrange(df, ...)
Arguments
df
data frame to reorder
...
expressions evaluated in the context of
df and then fed to order