Description Usage Arguments Value
Function to reorder factor presentation.
1 | factor_orderer(df, column, column_order)
|
df |
dataframe, dataframe with factors being reordered. |
column |
numeric (or string), identifies column containing factors to reorder. |
column_order |
vector, identifies factors to 'push' to beginning of factor levels. |
A dataframe like df
, but with column
's factor levels reordered to put column_order
at the beginning.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.